Hi!
I can't find the template of the email notification system for new comments. I want to add the user agent string of the commenter to the emails for the admin.
Hi!
I can't find the template of the email notification system for new comments. I want to add the user agent string of the commenter to the emails for the admin.
There is no template for this. The code to alter is in wp-includes/pluggable.php in the wp_notify_postauthor() function.
You can use the comment_notification_text filter if you want to alter the text of the message in a plugin.
You must log in to post.