WP_Taxonomy::reset_default_labels()

Resets the cache for the default labels.


Source

File: wp-includes/class-wp-taxonomy.php

	public static function reset_default_labels() {
		self::$default_labels = array();
	}

Changelog

Changelog
Version Description
6.0.0 Introduced.