[wp-trac] Re: [WordPress Trac] #7008: CUSTOM_OPTION_TABLE is there any possibility?

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 21 03:21:23 GMT 2009


#7008: CUSTOM_OPTION_TABLE is there any possibility?
-------------------------------------------+--------------------------------
 Reporter:  link2caro                      |        Owner:  anonymous
     Type:  feature request                |       Status:  closed   
 Priority:  high                           |    Milestone:           
Component:  Optimization                   |      Version:  2.6.1    
 Severity:  normal                         |   Resolution:  wontfix  
 Keywords:  dev-feedback has-patch tested  |  
-------------------------------------------+--------------------------------

Comment(by link2caro):

 Uhm, let me explain my case:

 I have a plugin which includes some sorts of javascripts, and I don't want
 to use full-featured version for ipod, like that. (So I don't want to
 disable but to force it not to be loaded, the plugin(s) itself stays
 active/enabled)

 I have (in plugin file)
 add_action('wp_footer', 'action_name');

 I tried (in theme's functions.php)
 remove_action('wp_footer', 'action_name');

 But failed :( can you show me how should I remove the action?

 And is there a way to know all actions/filters hooked by plugins, or I
 have to look into each plugin?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/7008#comment:12>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list