PHP Interface Inpsyde\MultilingualPress\Widget\Sidebar\View

Since: 3.0.0
Show file Open project: inpsyde/multilingual-press Interface Usage Examples

Public Methods

Method Description
render ( array $args, array $instance ) : void Renders the widget's front end view.

Method Details

render() public method

Renders the widget's front end view.
Since: 3.0.0
public render ( array $args, array $instance ) : void
$args array Widget arguments.
$instance array Widget settings.
return void