WP_Widget_Media::reset_default_labels()

Resets the cache for the default labels.


Source

File: wp-includes/widgets/class-wp-widget-media.php. View all references

public static function reset_default_labels() {
	self::$default_description = '';
	self::$l10n_defaults       = 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.