WP_Taxonomy::reset_default_labels()
Resets the cache for the default labels.
Source
File: wp-includes/class-wp-taxonomy.php
.
View all references
public static function reset_default_labels() {
self::$default_labels = array();
}
Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |