WPForms Addon API — a practical guide to WPForms addon API with clear examples you can reuse in real projects.
WPForms Tutorial Series (94/100). Prefer one article? Read the complete WPForms tutorial.
Short description
Prefer public APIs/hooks over relying on private class methods that may change.
API guidance
Prefer hooks + documented helpers
Avoid private internals
Version-check WPForms when using newer APIs