Trigger an external function
-
Hello,
Working on WordPress, I would like to trigger my function when another plugin triggers its own through the tag used for its hook.
Use add_action (their_tag, my_function) OK why not, but during the execution of their code, WordPress does not see my function because it is located elsewhere, logical.
How can I do ?
Thanks in advance !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Trigger an external function’ is closed to new replies.