WP_Post_Type::reset_default_labels()

Resets the cache for the default labels.


Source

File: wp-includes/class-wp-post-type.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.