• Resolved bigbritches

    (@bigbritches)


    Hi, this plugin is doing exactly what I need it to do, with one tiny exception. I’m trying to send an email to new users on subscribe success, and I just can’t find the right hook! I’ve pored through the class-subscribe.php code. If I use the

    if( isset( $_POST['stc-unsubscribe'] ) && $_POST['stc-unsubscribe'] == 1 ) {

    hook, I can send an email on unsubscribe (in addition to the one automatically sent by the plugin). I did this in order to confirm that my wp_mail() was set up and working correctly. But what I’m looking for is an equivalent conditional that will send my wp_mail email on subscription success to the _POST email address. I’m so close…

    https://wordpress.org/plugins/subscribe-to-category/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bigbritches

    (@bigbritches)

    Hi again, is this plugin still being supported? I’ve got to find resolution on the above issue or move on, thank you.

    Plugin Contributor dansod

    (@dansod)

    Hi, just started to work on a new release so i will see if i can add your hook request.

    Thanks

    Thread Starter bigbritches

    (@bigbritches)

    Hey, thanks for the update. I’ll let my client know that resolution may be on the way, and will watch for new release

    Thread Starter bigbritches

    (@bigbritches)

    Hey, I got excited when I saw that a new release was out, but looking at the changelog, I don’t see mention of this subscribe hook request. Any chance it made it in? Thanks.

    Plugin Contributor dansod

    (@dansod)

    Yeah I am sorry about that, your request is in my backlog and I am already working on next release. Next release it will be there.

    Plugin Contributor dansod

    (@dansod)

    Hi there, there are some new hooks in the latest version that I think might help you with your request.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Send subscription success email’ is closed to new replies.