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
.
Whoever says that coding is hard, just smack them.
Show It in ActionBasic
Let’s see the remove_all_filters
function in action. In this video, you will see how it works.
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_filters
: