Widget_Abstract::get_default_widget_name()
Sets up the Widget name,
Return
(string) Returns the default widget name.
Source
File: src/Tribe/Widget/Widget_Abstract.php
public static function get_default_widget_name() {
return __( 'Widget', 'tribe-common' );
}
Changelog
| Version | Description |
|---|---|
| 4.13.0 | Introduced. |