Fires immediately before a specific site transient is deleted.
delete_site_transient
Deletes a site transient.
update_site_option
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.
Advertisement
update_network_option
Updates the value of a network option that was already added.
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.
delete_site_option_{$option}
Fires after a specific network option has been deleted.
Advertisement
delete_network_option
Removes a network option by name.
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
add_network_option
Adds a new network option.
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.