帮助函数清除缓存中的作者数量。
原型
__clear_multi_author_cache()
源文件
路径:wp-includes/author-template.php
<?php
...
function __clear_multi_author_cache() {
delete_transient( 'is_multi_author' );
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/__clear_multi_author_cache/