• I essentially want to do the opposite of what is described here.
    I’d like to add several post to an email subscriptions (as an admin). Is it possible?

    Use case is: we did not enable the notify_authors option. Now a user that has 400 posts wants to subscribe to all its posts but we’d rather not ask them to do it manually. How can I do that? I could easily have a list of all posts IDs but I don’t know what function to run or option to use to do it properly.
    Any suggestion?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @julianoe

    Do you have some experience working with PHP code? There’s a PHP function that can be used to programmatically add subscriptions, and if you have experience you could write your own function that would add the subscriptions for that author.

    If you do, let me know and I’ll send over some more info.

    • This reply was modified 1 year, 4 months ago by WPKube.
    Thread Starter julianoe

    (@julianoe)

    I do have experience with it and I’m interested to know more. If you share with me the good functions to use I’ll be able to program something that’ll do what I need.
    Thanks in advance.

    Thread Starter julianoe

    (@julianoe)

    Any news about this? I’d be happy to have some more info as I’m trying to implement some programmatic actions related to subscribing to posts.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subscribe an email to several posts’ is closed to new replies.