I don’t know the name of a function that would do just that – but i can give you what i think is a good algorithm to do so
However, I suggest you do the following trick :
Once the user publishes new content – let it have a category called “user submission” for example or any other stuff
Once an admin views the post, he can remove that category and label the content accordingly.
So all you have to do is use feedburner or any email notification system to let the people you want know about the “new posts” or RSS subscription by category
to do by programming :
1 – you have to fetch the user details for which users are admins from the tables users/usermeta
2 – in some separate table, you must have lastPostId, AdminId
3 – write a script get the posts that have an ID > lastPostId and send the email
4 – this script can be run using a cron job
Related Posts:
- How to Make an admin_notices Message That Disappears Once the User Leaves That Particular Page?
- Show admin help message across custom post type parent and child posts
- How can the recipients and content for comment email notifications on a custom post type be changed?
- Send email messages after comment was submitted
- BCC email to subscribers
- Load a script just to custom post type in admin
- Placing a Custom Post Type Menu Above the Posts Menu Using menu_position?
- Loading External Scripts in Admin but ONLY for a Specific Post Type?
- Customize Edit Post screen for Custom Post Types?
- Filter by custom field in custom post type on admin page
- Showing User’s Post Counts by Custom Post Type in the Admin’s User List?
- Merge two custom post types into one admin page?
- Remove the “View” Link in Post Admin
- Multiple custom post types under one admin menu
- How can I change the admin search posts fields?
- Custom post type: Add “Edit | Quick Edit | Trash | View” links to date (if title is not shown in column)?
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- Admin Area Custom Type Search By Meta Fields Without Title & Content
- Add “Last Edited by” column to custom post type list table
- How can I filter posts by post_parent in the admin?
- Filter custom post types in admin not working
- Custom post type admin search
- Ordering posts by custom taxonomy in admin area
- Create a dropdown with Custom Post Types as option in admin
- How to add custom columns to Custom Post Type admin screen
- Edit Custom Post Type on Custom Admin Page instead Post Admin
- Custom post type isn’t working
- comment_notification_text filter for custom post type
- Add a ‘guide’ image to custom post type admin page
- Delete “Post Published. View Post” for custom post type
- Send a conditional email notification when a custom field value changes in Post Type
- Use remove_meta_box conditionally on custom post type
- New “Custom Types” item in admin menu. Is this a plugin or a new wordpress feature?
- How to group navigation items in the admin panel
- Sortable column containing numeric values for Custom Post Type at WordPress Backend
- How to check if post/page or taxonomy post is published by admin
- Linking to Post Types from wp-admin
- Plugin or method of allowing user to rearrange custom post types with drag and drop?
- CPT Columns doesn’t show categories
- Insert Custom Post Types
- sortable columns for multiple custom post types not working
- How to insert data into meta box from another plugin?
- Custom Post Type – Support “author” only for admins
- How do I disable the discussion notification emails to us when a comment is “approved” and when an adiministrator replies?
- Showing User’s Post Counts by Custom Post Type in the Author.php?
- Generate new post from email
- Add ‘page template’ column to dashboard for CPTs
- Filter posts of custom post type by meta key in (List All Section)
- Send post changes to set email addresses (not users or subscribers)
- get_post_types not working properly in admin
- Is there a hook between clicking on “Add new” and the edit screen of a new post?
- Require custom post type if is_admin() – template doesn’t show up?
- Function to add custom HTML into head in custom post-type list page
- Multiple custom post types on same admin page
- using the loop in custom meta is messing up ‘add new’ post type
- WordPress admin for a custom post, hide/collapse the main “title” and “description” boxes
- Extending post by email
- Metaboxes inside Tab
- How can I put content before my custom post type default pages?
- See if the email exists or not
- How we can create menu from Appearance > Menu and use as a add-submenu-page for admin menu?
- How to display an admin-notice after custom post type edit modification
- CPT email notification including only new value custom fields
- Is there any filter to add a custom attribute to the tag in admin panel?
- How to hide private posts even if user is admin
- Adding orderby url parameter to main CPT admin menu link
- Send email to author of the post when the custom post status changes to published
- Send mail to author when custom post type is saved
- Help Adding filter to Add Media button for custom post type
- How to check if a new private custom post type is created?
- Delete all custom posts then upload a new CSV of events
- Pagination in wp-admin for CPT
- Create an administation subpage containing posts in a certain category
- how to display notifications in the wordpress menu when a new post is published
- Custom post type doesn’t display on admin list
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- Customising the admin columns for a custom post type, but now most of the built in categories don’t display?
- Shared Custom post type between WP network sites
- Exclude categories For Custom post types
- Admin menu post type
- WordPress Author Posts Review After Every Change In The Same WordPress Post
- Redirect preview single post link to a page
- Custom Post Type Causing Admin Sidebar UI Issue
- send email to all registered users when post expires
- How to change the default orderby from “Date” to e.g. “Title” or my custom column in content type records list in admin?
- Change column of row action (Quick Edit) links in WP_List_Table
- Collection of fields in a single post
- Prevent users from changing post status
- CPT Metabox with email notification
- Display read only info on admin, custom post page
- New User Notification – Setting Email
- Custom Plugin w/ Custom Post Types – Custom Posts Are Showing at all Privilege Levels – Is this possible to adjust?
- Emailing Authors only when a CUSTOM POST TYPE post is published- not when edited later [duplicate]
- How to create a job post by email parsing? [closed]
- Send email on creation of custom post type and use get_post_meta()
- How to set the Screen Options for Users in the Admin Panel?
- Issue displaying multiple TinyMCE editors with WPAlchemy
- Admin menu link with variable
- How do I add the “orange counter” next to a Custom Post Type?
- How to set up a private custom post type that is accessible in the administrative dashboard?