1399* Fires after a transient is deleted.1400*1401* @since 3.0.01402*1403* @param string$transient Deleted transient name.1404*/1405do_action('deleted_transient',$transient);1406}14071408return$result;1409}14101411/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.