Fires after a network option has been successfully added.
add_site_option_{$option}
Fires after a specific network option has been successfully added.
pre_add_site_option_{$option}
Filters the value of a specific network option before it is added.
site_option_{$option}
Filters the value of an existing network option.
Advertisement
pre_site_option_{$option}
Filters an existing network option before it is retrieved.
setted_transient
Fires after the value for a transient has been set.
set_transient_{$transient}
Fires after the value for a specific transient has been set.
pre_set_transient_{$transient}
Filters a specific transient before its value is set.
Advertisement
deleted_transient
Fires after a transient is deleted.
delete_transient_{$transient}
Fires immediately before a specific transient is deleted.
delete_option_{$option}
Fires after a specific option has been deleted.
add_option_{$option}
Fires after a specific option has been added.
Advertisement
wp_load_core_site_options
Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.
option_{$option}
Filters the value of an existing option.
_wp_delete_tax_menu_item
Serves as a callback for handling a menu item when its original object is deleted.