__clear_multi_author_cache
Helper function to clear the cache for number of authors.
Description
__clear_multi_author_cache();
Usage
if ( !function_exists( '__clear_multi_author_cache' ) ) { require_once ABSPATH . WPINC . '/author-template.php'; } // NOTICE! Understand what this does before running. $result = __clear_multi_author_cache();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/author-template.php
- function __clear_multi_author_cache() {
- }