post_title; $post_url = get_permalink( $post_id ); $post_content = explode( '', $post->post_content, 2 ); $post_excerpt = $post_content[0]; if (mailusers_get_default_mail_format()=='html') { $post_excerpt = wpautop($post_excerpt); } $subject = mailusers_replace_post_templates($subject, $post_title, $post_excerpt, $post_url); $mail_content = mailusers_replace_post_templates($mail_content, $post_title, $post_excerpt, $post_url); ?>
Please select the post that you wish to notify users about.