Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Sunset_Popular_Posts_Widget
PHP Class Sunset_Popular_Posts_Widget, Sunset-theme
Inheritance:
extends
WP_Widget
Mostrar archivo
Open project: Alecaddd/Sunset-theme
Public Methods
Method
Description
__construct
( )
setup the widget name, description, etc.
form
(
$instance
)
back-end display of widget
update
(
$new_instance
,
$old_instance
)
update widget
widget
(
$args
,
$instance
)
front-end display of widget
Method Details
__construct()
public
method
..
public
__construct
( )
form()
public
method
back-end display of widget
public
form
(
$instance
)
update()
public
method
update widget
public
update
(
$new_instance
,
$old_instance
)
widget()
public
method
front-end display of widget
public
widget
(
$args
,
$instance
)