Viewing 5 replies - 1 through 5 (of 5 total)
  • @jcwardjr,

    If you are using Subscribe2 in per-post mode you’ll need to revert the post to draft and then republish when making your updates in order to generate a new email.

    Thread Starter jcwardjr

    (@jcwardjr)

    I did that and it still did not generate a new post.

    @jcwardjr,

    So perhaps you are in digest mode then – are you emails sending periodically rather than immediately the new post is published?

    you wrote in a similar post you can do this by modifying the class-s2-core.php file but i can′t understand where i should paste the code u wrote in another post, something like this

    add_action('new_to_publish', array(&$this, 'publish'));
    add_action('draft_to_publish', array(&$this, 'publish'));
    add_action('auto-draft_to_publish', array(&$this, 'publish'));
    add_action('pending_to_publish', array(&$this, 'publish'));
    add_action('private_to_publish', array(&$this, 'publish'));
    add_action('future_to_publish', array(&$this, 'publish'));

    so would be great if you explain me how to get this done, i′ll appreciate any help u give me, and thank you for making this amazing plugin ??

    @wp-ron,

    To send for updates for posts you can simply revert the post to draft and republish and since the very recently released version 9.3 this now also works for digest emails.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘send email on post updates’ is closed to new replies.