Skip to content

Conversation

@LordPikaChu
Copy link

WP_Query was used to query WP posts to mark them for retirement or process retirements. 'posts_per_page' query parameter was not specified so the default value was used (from Settings->Reading in WP admin), so only few first posts were retired, even though the feed might have more items removed from it.

I have only used the plugin with non-incremental feeds for now so can't comment on the behavior in different type of feeds. It's possible that there are more occurrences of WP_Query being used in similar fashion - these are not fixed.

WP_Query was used to query WP posts to mark them for retirement or process retirements. 'posts_per_page' was not specified so the default value was used (from Settings->Reading in WP admin), so only few first posts were retired, even though the feed might have more items removed from it.
@talgalili
Copy link
Contributor

If this is no longer needed/relevant - please close this PR.

@talgalili
Copy link
Contributor

May I suggest to close this PR?!

@talgalili
Copy link
Contributor

This PR is probably stale at this point, and it's worth closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants