Forum

What is the differe...
 
Notifications
Clear all

What is the difference between action and hook in WordPress?


(@ekatsa)
Member Admin
Joined: 1 year ago
Posts: 116
Topic starter  

What is the difference between action and hook in WordPress?


   
Quote
(@ekatsa)
Member Admin
Joined: 1 year ago
Posts: 116
Topic starter  

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.


   
ReplyQuote
Share: