PHP Class SocialConnectWidget, social-connect

Inheritance: extends WP_Widget
显示文件 Open project: rodrigoprimo/social-connect

Public Methods

Method 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 method

constructor
public __construct ( )

form() public method

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

update() public method

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

widget() public method

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