apply_filters()
Function: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/plugin.php:173
Function: Calls the callback functions that have been added to a filter hook.
Source: wp-includes/plugin.php:173
Function: Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
Source: wp-includes/plugin.php:228
Function: Removes a callback function from a filter hook.
Source: wp-includes/plugin.php:313
Function: Removes all of the callback functions from a filter hook.
Source: wp-includes/plugin.php:341
Function: Retrieves the name of the current filter hook.
Source: wp-includes/plugin.php:364
Function: Retrieves the name of the current action hook.
Source: wp-includes/plugin.php:637
Function: Returns whether or not a filter hook is currently being processed.
Source: wp-includes/plugin.php:391
Function: Returns whether or not an action hook is currently being processed.
Source: wp-includes/plugin.php:661
Function: Registers default settings available in WordPress.
Source: wp-includes/option.php:2141
Function: Registers a setting and its data.
Source: wp-includes/option.php:2417