[Plugin: Notifly] remove comment email
-
I would like to send an email only when I publish a post, but not for each comment.
I put the following code into the function.php
global $notifly; remove_action('comment_post', array( $notifly, 'comment_email' ), 10, 2 );But this does not work.
Why?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Notifly] remove comment email’ is closed to new replies.