WP_Post_Type::reset_default_labels()

Resets the cache for the default labels.

Source

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

Changuelog

Versionen Description
6.0.0 Introduced.

User Contributed Notes

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