PHP Class SocialConnectWidget, social-connect

Inheritance: extends WP_Widget
Afficher le fichier Open project: rodrigoprimo/social-connect

Méthodes publiques

Méthode Description
__construct ( ) constructor
form ( $instance ) Widget edit form at admin panel
update ( $new_instance, $old_instance ) Everything which should happen when user edit widget at admin panel
widget ( $args, $instance ) This is rendered widget content

Method Details

__construct() public méthode

constructor
public __construct ( )

form() public méthode

Widget edit form at admin panel
public form ( $instance )

update() public méthode

Everything which should happen when user edit widget at admin panel
public update ( $new_instance, $old_instance )

widget() public méthode

This is rendered widget content
public widget ( $args, $instance )