Iconic
Available Hooks: Actions And Filters
Coming soon: Iconic is becoming part of Kadence Shop Kit. You may see both names used while we update the product, documentation, and customer experience.
Hooks are a great feature of WordPress which allow you to change or add code without editing core files.
There’s are two types of hook available; actions and filters.
- Actions
An action allows you to insert or run code at a specific point. - Filters
A filter allows you to modify the data that is returned in a function or method.
Some of these hooks have additional parameters passed to them which you can use in your own functions. You can find the hook in the reference file to see what is available.
Actions
Filters
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!