Widget_Abstract::get_default_control_options()

Gets the default control options.


Return

(array) Default control options.


Top ↑

Source

File: src/Tribe/Widget/Widget_Abstract.php

	public static function get_default_control_options() {
		return [];
	}

Top ↑

Changelog

Changelog
Version Description
4.13.0 Introduced.