wpseek.com
A WordPress-centric search engine for devs and theme authors



__clear_multi_author_cache › WordPress Function

Since3.2.0
Deprecatedn/a
__clear_multi_author_cache ( No parameters )
Access:
  • private
Defined at:
Codex:

Helper function to clear the cache for number of authors.



Source

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