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 !