On this page
do_action( 'deleted_transient', string $transient )
Fires after a transient is deleted.
Parameters
$transientstring-
Deleted transient name.
Source
File: wp-includes/option.php. View all references
do_action( 'deleted_transient', $transient );
Related
Used By
| Used By | Description |
|---|---|
| delete_transient() wp-includes/option.php | Deletes a transient. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/deleted_transient