Notifications
Clear all
Topic starter 26/05/2025 12:31 pm
What is the difference between action and hook in WordPress?
Topic starter 26/05/2025 12:32 pm
Hooked functions are custom PHP functions that we can "hook into" WordPress, at the locations specified by its hooks. Two types of hooked functions exist: actions and filters. Filters modify existing output, while actions can do any type of custom functionality.