Widget_Abstract::get_default_control_options()
Gets the default control options.
Return
(array) Default control options.
Source
File: src/Tribe/Widget/Widget_Abstract.php
public static function get_default_control_options() {
return [];
}
Changelog
| Version | Description |
|---|---|
| 4.13.0 | Introduced. |