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
Dashboard
View
PHP Interface Inpsyde\MultilingualPress\Widget\Dashboard\View
Since:
3.0.0
Show file
Open project: inpsyde/multilingual-press
Public Methods
Method
Description
render
(
mixed
$object
,
array
$instance
) :
void
Renders the widget's view.
Method Details
render()
public
method
Renders the widget's view.
Since:
3.0.0
public
render
(
mixed
$object
,
array
$instance
) :
void
$object
mixed
Queried object, or other stuff.
$instance
array
Widget settings.
return
void