PHP Class Sunset_Popular_Posts_Widget, Sunset-theme

Inheritance: extends WP_Widget
Afficher le fichier Open project: Alecaddd/Sunset-theme

Méthodes publiques

Méthode 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 méthode

..
public __construct ( )

form() public méthode

back-end display of widget
public form ( $instance )

update() public méthode

update widget
public update ( $new_instance, $old_instance )

widget() public méthode

front-end display of widget
public widget ( $args, $instance )