do_action not working through wp-ajax call
-
Hello,
First of all thank you very much for this plugin!
It works well except calling actions using wp-pajax call.For example:
function sendstatementAjax(){
do_action(“make_progress”);
}
add_action( ‘wp_ajax_sendstatement’, ‘sendstatementAjax’);nothing happens in this case.
has_action(“make_progress”) returns true.Could you advise?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘do_action not working through wp-ajax call’ is closed to new replies.