Widget_Abstract::get_default_widget_options()

Gets the default widget options.


Return

(array) Default widget options.


Top ↑

Source

File: src/Tribe/Widget/Widget_Abstract.php

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

Top ↑

Changelog

Changelog
Version Description
4.13.0 Introduced.