-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to clear the history of used post IDs #193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one question, otherwise 👍
use Alley\WP\Post_Queries\Exclude_Queries; | ||
use Alley\WP\Post_Queries\Variable_Post_Queries; | ||
use Alley\WP\Types\Feature; | ||
use Alley\WP\Types\Post_Queries; | ||
use Alley\WP\Types\Post_Query; | ||
use Alley\WP\WP_Curate\Features\Parsely_Support; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're still referencing this... should it still be included?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh nevermind. same namespace
Swaps the
Used_Post_IDs
class for a custom implementation ofPost_IDs
that includes the ability to clear the history by firing an action. Includes a major version bump because of the changed constructor signatures.