WP_Post_Type::reset_default_labels()

In this article

Resets the cache for the default labels.

Source

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

Changelog

VersionDescription
6.0.0Introduced.

User Contributed Notes

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