Determines whether the object cache implementation supports a particular feature.
Parameters
$feature
stringrequired- Name of the feature to check for. Possible values include:
'add_multiple'
,'set_multiple'
,'get_multiple'
,'delete_multiple'
,'flush_runtime'
,'flush_group'
.
Source
function wp_cache_supports( $feature ) {
return false;
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.