Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: add_action not running when do_action is called


nicolagreco
Participant

@nicolagreco

the 4th parameter in this case i needed, because you’ve to declare how many parameters can be used

don’t use global $group_obj!

function my_function() {

global $group_obj;

}

if the plugin is not in mu-plugins it will not work…

paste here your code to receive help..

Skip to toolbar