[wp-trac] [WordPress Trac] #11161: delete_transient action

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 17 13:05:58 UTC 2009


#11161: delete_transient action
-------------------------+--------------------------------------------------
 Reporter:  donncha      |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  high         |   Milestone:  3.0
Component:  General      |     Version:     
 Severity:  normal       |    Keywords:     
-------------------------+--------------------------------------------------
 Please add a "delete_transient_" action to the function
 delete_transient().

 {{{
 function delete_transient($transient) {
         global $_wp_using_ext_object_cache, $wpdb;

         do_action( 'delete_transient_' . $transient );
 }}}


 In WordPress MU [http://trac.mu.wordpress.org/browser/branches/2.8/wp-
 includes/wpmu-functions.php#L2060 it's used] to override the upgrade
 variables for update_core, plugins and themes checking.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11161>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list