Description
Fires after a transient is deleted.
Occurrences
Filename | Line Number |
---|---|
wp-includes/option.php | 2467 |
Parameters
Type | Name | Description |
---|---|---|
string | $transient | Deleted transient name. |
PHP Doc
/**
* Fires after a transient is deleted.
*
* @since 3.0.0
*
* @param string $transient Deleted transient name.
*/