Skip to main content

Hooks โ€” Actions & Filters

Every action (๐ŸŽฌ) and filter (๐Ÿงช) the framework exposes for extension and theme authors โ€” the real extensibility surface. 342 hooks in total, grouped by subsystem.

  • ๐ŸŽฌ action โ€” add_action( 'name', $cb ); fires at a point in the flow (do something).
  • ๐Ÿงช filter โ€” add_filter( 'name', $cb ); passes a value through for you to modify (return it).

Generated from the framework's do_action / apply_filters calls (framework-owned hooks only โ€” WordPress-core hooks are excluded). See also the Functions reference.

Hooks by subsystemโ€‹

SubsystemHooksActionsFilters
Shortcodes61853
Core542529
Other Extensions481929
Core Includes36036
Core Helpers251213
Page Builder18117
Option Types18117
Breadcrumbs12012
Portfolio1129
Forms835
Mega Menu808
Builder (base)642
Post Types615
Asset Optimizer505
Update505
Framework422
Sidebars404
Animation Engine404
Snippets303
Theme Settings (Components)312
Mailer202
Site Converter101