Email notification on scheduled publishing
-
Recently, I added a scheduled publishing date on my upload form for posts. Since then, no more notifications are sent out although there are subscribers for this cats. I checked in class-S2-core.php and the post transition from ‘future’ to ‘publish’ is properly recognized, but then it returns on the following code (line 421):
if ( (isset($_POST['s2_meta_field']) && $_POST['s2_meta_field'] == 'no') || strtolower(trim($s2mail)) == 'no' ) { return $post; }
What is this ‘$_POST[‘s2_meta_field’]’ ? How do I set it to ‘yes’ or else different from ‘no’?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Email notification on scheduled publishing’ is closed to new replies.