perform add_action in background?
-
Hi,
I’m using a customized plug in to execute a ping to several services when a post gets published.
The WordPress pinging function is removed using remove_action and the new ping function is added with add_action.
As pinging sometimes takes a long time I would like the pinging function to perform in the background, without wordpress waiting for it to be finished.
It this possible in php?thanks.
Steve
- The topic ‘perform add_action in background?’ is closed to new replies.