Widget_Abstract::get_admin_html( TribeWidgetarray $arguments )

Get the admin html for the widget form.


Parameters

$arguments

(<span class="TribeWidgetarray">TribeWidgetarray) (Required) Current set of arguments.


Top ↑

Return

(string) HTML for the admin fields.


Top ↑

Source

File: src/Tribe/Widget/Widget_Abstract.php

	public function get_admin_html( $arguments ) {
		return $this->get_admin_template()->template( [ 'widgets', static::get_widget_slug() ], $arguments );
	}

Top ↑

Changelog

Changelog
Version Description
4.12.14 Introduced.