do_action( 'deleted_transient', string $transient )

Fires after a transient is deleted.


Parameters

$transient string
Deleted transient name.

Top ↑

Source

File: wp-includes/option.php. View all references

do_action( 'deleted_transient', $transient );


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

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