Widget_Abstract::get_default_widget_name()

Sets up the Widget name,


Return

(string) Returns the default widget name.


Top ↑

Source

File: src/Tribe/Widget/Widget_Abstract.php

	public static function get_default_widget_name() {
		return __( 'Widget', 'tribe-common' );
	}

Top ↑

Changelog

Changelog
Version Description
4.13.0 Introduced.