Fires after the value of a network option has been successfully updated.
update_site_option_{$option}
Fires after the value of a specific network option has been successfully updated.
pre_update_site_option_{$option}
Filters a specific network option before its value is updated.
delete_site_option
Fires after a network option has been deleted.
Advertisement
delete_site_option_{$option}
Fires after a specific network option has been deleted.
pre_delete_site_option_{$option}
Fires immediately before a specific network option is deleted.
add_site_option
Fires after a network option has been successfully added.
add_site_option_{$option}
Fires after a specific network option has been successfully added.
Advertisement
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.
default_site_option_{$option}
This filter is documented in wp-includes/option.php
pre_site_option_{$option}
Filters an existing network option before it is retrieved.
Advertisement
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.
expiration_of_transient_{$transient}
Filters the expiration for a transient before its value is set.