PHP 클래스 SocialConnectWidget, social-connect

상속: extends WP_Widget
파일 보기 프로젝트 열기: rodrigoprimo/social-connect

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

constructor
public __construct ( )

form() 공개 메소드

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

update() 공개 메소드

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

widget() 공개 메소드

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