• Resolved JanuschM

    (@januschm)


    Hello team,

    since one of the last updates there is a big problem with our plugin for WebPush from Wonderpush Plugin.

    We tried for weeks to solve the problem with Wonderpush support until the last step came to check all plugins. The problem is caused by Taxoporess.

    The problem is, when I write an article and only save it – a push is sent directly, but it should only send a push when I press “Publish”.

    As soon as Taxopress is deactivated, the error is gone.

    Here is a part of what the Wonderpush support wrote after we tried everything and I gave the support a temporary access to our wordpress:

    I conclude that some plugin you are using briefly publishes the post. I am not sure which, but I am confident that the problem does not come from WonderPush.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter JanuschM

    (@januschm)

    More from Wonderpush Support:

    Glad you found the culprit. To help with your support request you can add that the post is briefly published upon saving it as draft. As proof, here’s the code that sends the notification:

        if (!empty($post)      && $new_status === "publish"      && get_post_status($post->ID) === "publish"      && $post->post_type !== 'page') {      self::send_notification_on_post($new_status, $old_status, $post);    }

    It is called by the transition_post_status hook and demonstrates that the post indeed reaches the published status.

    Plugin Author Steve Burge

    (@stevejburge)

    Hi @januschm. Thanks for reporting this. We’ll add it to our Github to consider changes for a future release: https://github.com/TaxoPress/TaxoPress/issues/1958

    Thread Starter JanuschM

    (@januschm)

    One more addendum: Even if the browser/Wordpress saves the article via Auto-Saving, a push is sent because of Taxopress. I hope the fix comes soon, because we lose push followers every day because of this, but we can’t deactivate either plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with WonderPush Plugin’ is closed to new replies.