get_var("select max(id) from $wpdb->posts where post_type='post'"); if (!isset($post_id)) { ?> post_title; $post_url = get_permalink( $post_id ); $post_content = explode( '', $post->post_content, 2 ); $post_excerpt = $post_content[0]; $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); ?>
' . format_to_edit($subject) . '';?>
' . wordwrap(strip_tags($mail_content), 80, "\n") . '';?>


%BLOG_URL%
%BLOG_NAME%
%FROM_NAME%
%POST_TITLE%
%POST_EXCERPT%
%POST_URL%

Role Manager

manage-options