Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Inpsyde
MultilingualPress
Widget
Sidebar
LanguageSwitcher
WidgetView
PHP Class Inpsyde\MultilingualPress\Widget\Sidebar\LanguageSwitcher\WidgetView
Since:
3.0.0
Inheritance:
implements
Inpsyde\MultilingualPress\Widget\Sidebar\View
Show file
Open project: inpsyde/multilingual-press
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