• Resolved Maximus010

    (@maximus010)


    Hello,

    We setup the plugin so only new WordPress posts that we ‘Publish’ are send to Buffer and not ‘Updated’ posts. The issue is when we publish a new post, this wont be send to Buffer. The log file says the following

    We have setup everything correctly in the settings.

    We also did a test when ‘Update’ is enabled and this works fine. When this is enabled the post is getting send to Buffer.

    It seems the plugin always sees a post as ‘Update’ even if it’s a new post which is Published.

    Kind regards.

Viewing 1 replies (of 1 total)
  • Plugin Author wpzinc

    (@wpzinc)

    It seems the plugin always sees a post as ‘Update’ even if it’s a new post which is Published.

    Plugin uses WordPress standard transition_post_status hook to identify is Post is being published or updated. If it “sees” a Post as an update, something else is telling this hook that the Post is being updated, and not published.

    You’re therefore welcome to:

    1. Deactivate other Plugins
    2. Repeat steps to replicate issue
    3. If issue still persists, provide brief screencast (max. 2 minutes) showing Plugin settings and how you are publishing a Post.
    4. If issue resolves, slowly activate Plugins individually, repeating tests until conflict found.
    5. Work with third party Plugin provider that is conflicting to establish what they are doing incorrectly.
Viewing 1 replies (of 1 total)

The topic ‘Plugin sees ‘Publish’ posts as ‘Update’?’ is closed to new replies.