do_action( ‘deleted_site_transient’, string $transient )

In this article

Fires after a transient is deleted.

Parameters

$transientstring
Deleted transient name.

Source

do_action( 'deleted_site_transient', $transient );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.