Ask Your Question
0

Is it possible to run an add_action function without using the do_action hook?

asked 2021-07-10 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-11-14 17:00:00 +0000

bukephalos gravatar image

No, it is not possible to run an add_action function without using the do_action hook. The purpose of the add_action function is to add a callback function to be executed when a certain hook is fired using do_action. Without the hook being fired, the callback function will not be executed.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-10 11:00:00 +0000

Seen: 16 times

Last updated: Nov 14 '21