How to send post notification when a Author and Contributor post?
Try this. I’ve tested it and it works although your questions is not so clear (snippet VS description). function wpkse_144405_on_post_publish( $ID, $post ) { $users = get_users( array( ‘fields’ => array( ‘user_email’ ) ) ); $email_subject=”New post has been published”; $message .= ‘New post has been published: ‘ . $post->post_title . ‘ You can preview … Read more