Is there a nice little filter that someone knows about where I can
hook into notifications and send the notification to each / every
administrator?
There is :
comment_post
Runs just after a comment is saved in the database. Action function arguments: comment ID, approval status (“spam”, or 0/1 for
disapproved/approved).http://codex.wordpress.org/Plugin_API/Action_Reference#Comment.2C_Ping.2C_and_Trackback_Actions
And user_register
which…
…allows you to access data for a new user immediately after they are
added to the database. The user id is passed to hook as an argument.http://codex.wordpress.org/Plugin_API/Action_Reference/user_register
As far as…
Does anybody have an idea of where I can look to find this answer or
solve this problem?
And here, of course.
Related Posts:
- How do I disable the discussion notification emails to us when a comment is “approved” and when an adiministrator replies?
- How to change the email notification recipient (user) for new comments?
- If new comment posted in custom post – send notification to custom email from custom field
- Disable Admin account being emailed for comment notification
- WordPress comments email notification for authors
- Reply By Email to comment notifications
- Not receiving any e-mails after new comment
- Comment notification not working
- Subscribe to a post’s comments without posting a comment yourself
- How to change “You must be logged in to post a comment.”
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- How to add internal, revision comments to page updates
- Custom admin email for new user registration
- What should I do to make generated avatars different for anonymous comments?
- What’s the easiest way to close comments on media/attachments?
- How can I edit the email sent when a new comment is received?
- Multiple Comment Moderators and Notifications
- Plugin from WordPress.com for comment notification…available? [closed]
- Display commenter’s registration date on comments?
- Registered but Anonymous comments
- Report spam button
- Email notification after registration in WordPress
- Follow-up Comments Notification Without a Plug-in
- Reject Comments Based on Author Email
- How can I test why the comment hook is not working?
- How can I convert anonymous commenters into registered users?
- Filter In Reply comments from WordPress Admin Panel
- Same email for all comments
- Error While Sending Comment
- Notify admin on new submit
- Email notification to an email address other than admin for custom type post comments in wordpress
- Notify post author for a new comment on his post?
- User registration email and let user choose pasword
- How to retain comment text on comment form after login/registration?
- warnCommentChanges always being triggered on update
- All users/comments suspected as bot? [closed]
- How can the recipients and content for comment email notifications on a custom post type be changed?
- How to change the default mail when admin approuved an user?
- comment reply by email
- Notify comment author upon reply
- How can I get list of emails of users who commented on a post?
- How do I troubleshoot registration/password email errors?
- Sent comments notifications to multiple users
- Sending comment notifications to different recipients depending on taxonomy terms
- How to get Post title by locale with Qtranslate-X
- Send email messages after comment was submitted
- Admin Dashboard – Recent Comments source
- How to use filter on comment submission/insert
- Styling Admin comments in WP 3.1.3
- Prevent users to delete comments from trash
- Automatically register users with comments
- How do I add custom field to Admin comment form and display
- How to prevent users/authors from seing IP/email of new commentators?
- Comments counter only for Authors Posts
- where can I find the missing comments in my wordpress dashboard?
- Check if “Send the new user an email about their account” is ticked
- How to replace anonymous comment form with a registration form on wordpress?
- Change hyperlink to User Registration page instead of WordPress login page
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- How can I see whether a commenter has subscribed to be notified of replies / other comments to a post
- How to enable reply button on mostly deeply-nested comments? [closed]
- How to ‘If Author’ Comments Check
- Identify and display the fact that user is admin next to username in comment section
- How do I convert users who put an email and username for a comment into registered users? [duplicate]
- edit-comments.php in Admin – how to change ‘Comments’ title?
- New User Notification – Setting Email
- Query comments with non-empty ‘author_url’ value on Admin Comments Screen
- Only Admin receives email
- Customize the new comment notifications sent to the post author after the comment is approved
- How do I comment out a block of tags in XML?
- R: Comment out block of code
- How to change the default registration email ? (plugin and/or non-plugin)
- Why do I get comment spam even with Akismet and Captcha?
- What tools are available for managing/writing to WordPress? [closed]
- How to rearrange fields in comment_form()
- setting comments off as default for pages and custom post types?
- Disable email notification after change of password
- Is it possible to pull comments from facebook into your blog?
- Disable user registration password email
- Alert Email when any Post or Page is Changed
- Find out which moderator approved comment?
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- How do I customise the new user welcome email
- Non-threaded comment replies with link to original comment
- Approve comment hook?
- Commenting in user profile page?
- Send user activation email when programmatically creating user
- comment_post_ID 0 (cannot remove from dashboard)
- Disable comments on all posts/pages
- User Without Email?
- How do I delete all comments from a specific old blog post?
- Removing the “Website” Field from Comments and Replies?
- Stop WordPress redirecting comment-page-1 to the post page?
- Importing old Disqus comments into WordPress
- How to add a class to the comment submit button?
- How to wrap submit button of comment form with div
- How to enable comments for pending and draft posts?
- Using WordPress’ WYSIWYG for comments
- Enable Submit Comment Without Page Reload (Using Ajax)?
- What for is the table “wp_commentmeta” exactly?