Definition:
function __clear_multi_author_cache() {}
Helper function to clear the cache for number of authors.
Source code
function __clear_multi_author_cache() { wp_cache_delete('is_multi_author', 'posts'); }
15486
Definition:
function __clear_multi_author_cache() {}
function __clear_multi_author_cache() { wp_cache_delete('is_multi_author', 'posts'); }
15486
No comments yet... Be the first to leave a reply!