ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/option.php / Page 6

delete_option()

Function: Removes option by name. Prevents removal of protected ClassicPress options.

Source: wp-includes/option.php:532

Used by 21 functions | Uses 12 functions

wp_load_core_site_options()

Function: Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.

Source: wp-includes/option.php:239

Used by 0 functions | Uses 8 functions

update_option()

Function: Update the value of an option that was already added.

Source: wp-includes/option.php:285

Used by 60 functions | Uses 18 functions

pre_update_option_{$option}

Filter Hook: Filters a specific option before its value is (maybe) serialized and updated.

Source: wp-includes/option.php:312

Used by 1 function | Uses 0 functions

pre_update_option

Filter Hook: Filters an option before its value is (maybe) serialized and updated.

Source: wp-includes/option.php:323

Used by 1 function | Uses 0 functions

update_option

Action Hook: Fires immediately before an option value is updated.

Source: wp-includes/option.php:359

Used by 1 function | Uses 0 functions

update_option_{$option}

Action Hook: Fires after the value of a specific option has been successfully updated.

Source: wp-includes/option.php:401

Used by 1 function | Uses 0 functions

updated_option

Action Hook: Fires after the value of an option has been successfully updated.

Source: wp-includes/option.php:412

Used by 1 function | Uses 0 functions

add_option()

Function: Add a new option.

Source: wp-includes/option.php:439

Used by 5 functions | Uses 17 functions

add_option

Action Hook: Fires before an option is added.

Source: wp-includes/option.php:474

Used by 1 function | Uses 0 functions
« Previous 1 … 5 6 7 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy