The What
Description
This construct removes all of registered callback from the event registry lookup table, i.e. $wp_filter
, or the event.
Parameters
event_name
- The name of the event.
priority
- optional The priority number to be removed. Default is false.
Return Values
Returns true
.
Don’t repeat yourself. Don’t repeat yourself. Don’t repeat yourself.
Show It in ActionBasic
Let’s see the remove_all_actions
function in action. In this video, you will see how it works.
If you listen carefully, you can hear the 1s and 0s flowing in your computer.
Go DeepPro
In this video, you will go deeper into the instruction by looking at WordPress Core.
PHP Constructs
These are the PHP constructs used in WordPress Core for remove_all_actions
: