do_action e add_action
-
I have make a plugin in a external page with this action:
do_action(‘save_post’, $post_ID);
why the other plugin doesn’t execute their function with:
add_action(‘save_post’,’updateMetaData’);
- The topic ‘do_action e add_action’ is closed to new replies.