ClassicPress logo
Skip to content

Browse:

  • Home
  • global
  • Page 189

register_setting()

Function: Registers a setting and its data.

Source: wp-includes/option.php:2417

Used by 0 functions | Uses 0 functions

unregister_setting()

Function: Unregisters a setting.

Source: wp-includes/option.php:2528

Used by 0 functions | Uses 0 functions

get_registered_settings()

Function: Retrieves an array of registered settings.

Source: wp-includes/option.php:2617

Used by 0 functions | Uses 0 functions

filter_default_option()

Function: Filters the default value for the option.

Source: wp-includes/option.php:2640

Used by 0 functions | Uses 0 functions

add_filter()

Function: Adds a callback function to a filter hook.

Source: wp-includes/plugin.php:121

Used by 40 functions | Uses 0 functions

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 483 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
« Previous 1 … 188 189 190 … 363 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy