Subject: add author in Email Subject
change:
In sendmail.php->post_notification_create_email()
find "$subject = get_option('post_notification_subject');"
add new line: $subject = str_replace('@@author', $post_author, $subject);
In sendmail.php->post_notification_create_email()
find "$subject = get_option('post_notification_subject');"
add new line: $subject = str_replace('@@author', $post_author, $subject);
syfr12
Show profile
Link to this post