Description
Helper function to clear the cache for number of authors.
Usage
__clear_multi_author_cache();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/author-template.php
Lines: 1 to 3 of 3
function __clear_multi_author_cache() { delete_transient( 'is_multi_author' ); }