Widget_Abstract::setup( array $args = array(), array $instance = array() )
Setup the widget.
Contents
Parameters
- $args
-
(array) (Optional) Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
Default value: array()
- $instance
-
(array) (Optional) The settings for the particular instance of the widget.
Default value: array()
Return
(mixed)
Source
File: src/Tribe/Widget/Widget_Abstract.php
abstract public function setup( $args = [], $instance = [] );
Changelog
| Version | Description |
|---|---|
| 5.2.1 | |
| 4.13.0 | Introduced. |