On this page
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();
}
Related
Used By
| Used By | Description |
|---|---|
| create_initial_taxonomies() wp-includes/taxonomy.php | Creates the initial taxonomies. |
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_taxonomy/reset_default_labels