register_setting()
Function: Registers a setting and its data.
Source: wp-includes/option.php:2417
Function: Registers a setting and its data.
Source: wp-includes/option.php:2417
Function: Unregisters a setting.
Source: wp-includes/option.php:2528
Function: Retrieves an array of registered settings.
Source: wp-includes/option.php:2617
Function: Filters the default value for the option.
Source: wp-includes/option.php:2640
Function: Adds a callback function to a filter hook.
Source: wp-includes/plugin.php:121
Function: Checks if any filter has been registered for a hook.
Source: wp-includes/plugin.php:281
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