Private Access Private Access
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Summery Summery
Helper function to clear the cache for number of authors.
Syntax Syntax
Source Source
File: wp-includes/author-template.php
function __clear_multi_author_cache() { delete_transient( 'is_multi_author' ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |