• Resolved jemar707

    (@jemar707)


    Hello I have used your plugin for many years thank you. On each update we changed the functions for the admin notifications to include the text of the comment by adding a variable. We get many comments so it is important for us to see it in the email. We simply added this variable to public function admin_notification for each type of notification.

    $message .= "\r\n\r\n" . esc_html__( 'Comment:', 'zeno-report-comments' ) . ' ' . $my_comment_text . "\r\n";

    In the most recent update I will instead make the same change and add the variable but to the frontend-hook.php on lines 54 and 94.

    Is this something that can be included in the next update? I think it would be helpful for all admins.

    • This topic was modified 1 year, 3 months ago by jemar707.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘zeno_report_comments_admin_notification’ is closed to new replies.