WPDev.one
Core Function
View Source on Trac ↗

delete_site_transient()

delete_site_transient( mixed $transient )

Deletes a site 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.9.0
Source File
wp-includes/option.php
Advertisement