1406* Fires after a transient is deleted.1407*1408* @since 3.0.01409*1410* @param string$transient Deleted transient name.1411*/1412do_action('deleted_transient',$transient);1413}14141415return$result;1416}14171418/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.