Sep 24, 2020 3:22 pm
Hi - We purchased several of your AddOns - Great Vendor, Great Products.
Now we need to add a custom "hook" when a comment is submitted to the database.Β Normally this should work with no problem, but for some reason our hook below is not firing.
Our hook code is very simple:
--
add_action( 'comment_post', 'comment_post_verify_avatar', 10, 2 );
--
Is there any reason why this standard WP Code Hook would not work with wpDiscuz?
1 Reply
Sep 25, 2020 7:55 am
Hi @soft-designs,
You can use the wpdiscuz_after_comment_post hook, however the comment_post WordPress hook also should work fine.Β