PHP Interface Inpsyde\MultilingualPress\Widget\Sidebar\View

Since: 3.0.0
Afficher le fichier Open project: inpsyde/multilingual-press Interface Usage Examples

Méthodes publiques

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

Method Details

render() public méthode

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.
Résultat void