You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using a Python script to fetch and modify posting day of scheduled posts in WordPress via the REST API with the following URL:https://{domain}/wp-json/wp/v2/posts?per_page=100&post_status=future&post_type=post&orderby=date&order=asc This script worked perfectly until a few days ago. Recently, it started retrieving posts that I had previously deleted, and these posts did not appear in the trash nor are they listed under the future post status in the WordPress admin. But After using this script, this ghost post appears from somewhere...
Has anyone experienced a similar issue? How can I resolve this to ensure only valid, future posts are fetched normaly?
The text was updated successfully, but these errors were encountered:
I've been using a Python script to fetch and modify posting day of scheduled posts in WordPress via the REST API with the following URL:
https://{domain}/wp-json/wp/v2/posts?per_page=100&post_status=future&post_type=post&orderby=date&order=asc
This script worked perfectly until a few days ago. Recently, it started retrieving posts that I had previously deleted, and these posts did not appear in the trash nor are they listed under the future post status in the WordPress admin. But After using this script, this ghost post appears from somewhere...Has anyone experienced a similar issue? How can I resolve this to ensure only valid, future posts are fetched normaly?
The text was updated successfully, but these errors were encountered: