php - update facebook status on publish_post and not when post is updated in wordpress -
i have created wordpress plugin updates facebook status when new post published. problem updates facebook status if updates post after editing though post has been published. how solve issue.
instead of running trigger on publish_post, have run on new_to_publish, draft_to_publish, , future_to_publish. 3 triggers run when new post added, when draft post published, , when scheduled post published.
Comments
Post a Comment