Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Inpsyde
MultilingualPress
Widget
Sidebar
View
PHP Interface Inpsyde\MultilingualPress\Widget\Sidebar\View
Since:
3.0.0
Exibir arquivo
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