-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
In WordPress 6.1, a new function function was added called wp_cache_supports. This function takes a string parameter and returns a Boolean. This function is used to determine if the current object cache supports a feature, like multiple get.
Describe the solution you'd like
A new command.
WP cache supports <feature>
This would return a bool as it's output.