_count_posts_cache_key
- %1$s is private and should not be used in themes or plugins directly.
_count_posts_cache_key ( $type = 'post', $perm = '' )
Access:Parameters:- (string) type Optional. Post type to retrieve count Default 'post'.
- (string) perm Optional. 'readable' or empty. Default empty.
Returns:Defined at: - Introduced in WordPress: 3.9.0
- Deprecated in WordPress: —
Description
Returns the cache key for wp_count_posts() based on the passed arguments.