ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/plugin.php
  • Page 3

has_filter()

Function: Checks if any filter has been registered for a hook.

Source: wp-includes/plugin.php:281

Used by 11 functions | Uses 0 functions

apply_filters()

Function: Calls the callback functions that have been added to a filter hook.

Source: wp-includes/plugin.php:173

Used by 482 functions | Uses 1 function

apply_filters_ref_array()

Function: Calls the callback functions that have been added to a filter hook, specifying arguments in an array.

Source: wp-includes/plugin.php:228

Used by 1 function | Uses 1 function

remove_filter()

Function: Removes a callback function from a filter hook.

Source: wp-includes/plugin.php:313

Used by 22 functions | Uses 0 functions

remove_all_filters()

Function: Removes all of the callback functions from a filter hook.

Source: wp-includes/plugin.php:341

Used by 2 functions | Uses 0 functions

current_filter()

Function: Retrieves the name of the current filter hook.

Source: wp-includes/plugin.php:364

Used by 6 functions | Uses 0 functions

current_action()

Function: Retrieves the name of the current action hook.

Source: wp-includes/plugin.php:637

Used by 1 function | Uses 1 function

doing_filter()

Function: Returns whether or not a filter hook is currently being processed.

Source: wp-includes/plugin.php:391

Used by 1 function | Uses 0 functions

doing_action()

Function: Returns whether or not an action hook is currently being processed.

Source: wp-includes/plugin.php:661

Used by 1 function | Uses 1 function
« Previous 1 2 3
ClassicPress Documentation • Made with ClassicPress
Privacy Policy