PHP 클래스 WPCOM_social_media_icons_widget, jetpack

상속: extends WP_Widget
파일 보기 프로젝트 열기: automattic/jetpack

공개 메소드들

메소드 설명
__construct ( ) : void __construct function.
enqueue_style ( ) : void Enqueue Style.
form ( mixed $instance ) : void Widget Settings.
remove_username ( mixed $val ) : Value. Remove username from value before to save stats.
update ( mixed $new_instance, mixed $old_instance ) : Instance. Update Widget Settings.
widget ( mixed $args, mixed $instance ) : void Widget Front End.

비공개 메소드들

메소드 설명
check_genericons ( ) : Bool. Check Genericons.

메소드 상세

__construct() 공개 메소드

__construct function.
public __construct ( ) : void
리턴 void

enqueue_style() 공개 메소드

Enqueue Style.
public enqueue_style ( ) : void
리턴 void

form() 공개 메소드

Widget Settings.
public form ( mixed $instance ) : void
$instance mixed Instance.
리턴 void

remove_username() 공개 메소드

Remove username from value before to save stats.
public remove_username ( mixed $val ) : Value.
$val mixed Value.
리턴 Value.

update() 공개 메소드

Update Widget Settings.
public update ( mixed $new_instance, mixed $old_instance ) : Instance.
$new_instance mixed New Instance.
$old_instance mixed Old Instance.
리턴 Instance.

widget() 공개 메소드

Widget Front End.
public widget ( mixed $args, mixed $instance ) : void
$args mixed Arguments.
$instance mixed Instance.
리턴 void