PHP Class Sunset_Popular_Posts_Widget, Sunset-theme

Inheritance: extends WP_Widget
Datei anzeigen 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 )