wpseek.com
WordPress开发者和主题制作者的搜索引擎



__clear_multi_author_cache › WordPress Function

Since3.2.0
已弃用n/a
__clear_multi_author_cache ( 没有参数 )
访问:
  • private
定义在:
文档:

Helper function to clear the cache for number of authors.



源码

function __clear_multi_author_cache() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore,PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.FunctionDoubleUnderscore
	delete_transient( 'is_multi_author' );
}