Widget_Abstract::get_admin_html( TribeWidgetarray $arguments )
Get the admin html for the widget form.
Contents
Parameters
- $arguments
-
(<span class="TribeWidgetarray">TribeWidgetarray) (Required) Current set of arguments.
Return
(string) HTML for the admin fields.
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 );
}
Changelog
| Version | Description |
|---|---|
| 4.12.14 | Introduced. |