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.
expiration_of_transient_{$transient}
Filters the expiration for a transient before its value is set.
Advertisement
set_transient
Sets/updates the value of a transient.
transient_{$transient}
Filters an existing transient’s value.
get_transient
Retrieves the value of a transient.
pre_transient_{$transient}
Filters the value of an existing transient.
Advertisement
deleted_transient
Fires after a transient is deleted.
delete_transient_{$transient}
Fires immediately before a specific transient is deleted.
delete_transient
Deletes a transient.
deleted_option
Fires after an option has been deleted.
Advertisement
delete_option_{$option}
Fires after a specific option has been deleted.
delete_option
Fires immediately before an option is deleted.
delete_option
Removes option by name. Prevents removal of protected WordPress options.