Top Google Search Results
- comment_notification_text Wordpress hook details -- Adam Brown ...
WordPress version history for comment_notification_text. This database has information for all major versions from WP 1.2.1 through 3.3. - How to alter WordPress comment email | Foliovision
I personally used "comment_moderation_text" and "comment_notification_text" to alter email text on newly posted comments. You can of course change whole ... - 3.0 - Wordpress change author email notify message? - WordPress
Nov 10, 2010 ... function myfunction(){ return "<div class='left_side'>"..$comment..$post.."</div>" } add_filter('comment_notification_text', 'myfunction'); ... - WordPress › Support » New Comment Notification Email mod
Replace it or modify it to whatever you want return $text; } add_filter(' comment_notification_text', 'remove_sensitive_info');. bstapylton. Member Posted 2 years ...