deleted_site_transient WordPress Action Hook
The deleted_site_transient hook is called when a transient is deleted from the database. It is passed the transient name and the value that was deleted.
do_action( 'deleted_site_transient', string $transient ) #
Fires after a transient is deleted.
Parameters
- $transient
(string)Deleted transient name.
Source
File: wp-includes/option.php
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |