• In addition to correcting the typo of “pnfa” by replacing with “cnfa” as the previous poster mentioned, I have also added a line of code to include the comment content in the email message.

    At line 136 add:

    $cnfa_body = str_replace('[COMMENT_CONTENT]', htmlspecialchars_decode($comment->comment_content), $cnfa_body); // EDIT

    Seems to be working fine.

    http://ww.wp.xz.cn/extend/plugins/wp-comment-notifier-for-all/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Comment Notifier For All] Added Comment Contents’ is closed to new replies.