• With the latest version, the init action gets kicked in too early, preventing any other plugins from doing their work before publishing.

    Users of my plugin “WP to diaspora*” are experiencing this issue, where this plugin skips the post hooks of mine.

    Could you please adjust the priority or use a different hook, thanks!

    i.e. Up the priority like add_action( 'init', 'pubScheduledPost', 999 );

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jennifer Moss

    (@mossifer)

    We have reverted the code until we can do further testing. Thanks!

    Thread Starter noplanman

    (@noplanman)

    Thanks for your quick response to this @mossifer!

    Plugin Author Jennifer Moss

    (@mossifer)

    It turns out it was unstable when triggered by init action, so I reverted it to the header and limited it to home page/blog post. The goal is to have our plugin play nice with others, and be effective for both small and high-trafficked sites.

    Hope this works!

    Something very odd seems to be happening since the last update of Scheduled Post Trigger.
    My WP-post of today was scheduled for 06:28 GMT this morning. It shows as published at that time. However, someone commented on the post hours before and the post shows at Diaspora as published around 00:00 hrs.
    Is this be a problem with Scheduled Post Trigger?

    https://blog.ernste.net/

    Plugin Author Jennifer Moss

    (@mossifer)

    That should not be the case, as it checks the post date GMT and if it is less than NOW (GMT). Do you have the latest release 2.2?

    Jennifer

    I had 2.2, when checking just now I saw that 2.21 was available. Did the upgrade. Hopefully it goes better tomorrow morning.

    Today everything is back to normal. Version 2.21 seems to have resolved the issue. Many thanks.

    Plugin Author Jennifer Moss

    (@mossifer)

    Excellent! Thank you so much for the feedback so we can strive to better our plugins!

    Jennifer

    Thread Starter noplanman

    (@noplanman)

    @mossifer, I really really appreciate your active move in helping to solve this and your view on making plugins that play nicely together.

    It’s a true pleasure!

    Off topic: Are your plugins open source on GitHub or GitLab or somewhere that allows contributions?

    Plugin Author Jennifer Moss

    (@mossifer)

    @noplanman – I stand by my code and like to keep close reins on it. If you have a suggestion, please email me. Always open to improvements!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘init action kicks in too soon’ is closed to new replies.