Core Function
View Source on Trac ↗ delete_transient()
delete_transient( mixed $transient ) Deletes a transient.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $transient string | Transient name. Expected to not be SQL-escaped. Required |
Return Value
(bool)
True if the transient was deleted, false otherwise.
Function Information
Since Version
2.8.0
Source File
wp-includes/option.php
Advertisement