PHP 클래스 Sunset_Popular_Posts_Widget, Sunset-theme

상속: extends WP_Widget
파일 보기 프로젝트 열기: Alecaddd/Sunset-theme

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

..
public __construct ( )

form() 공개 메소드

back-end display of widget
public form ( $instance )

update() 공개 메소드

update widget
public update ( $new_instance, $old_instance )

widget() 공개 메소드

front-end display of widget
public widget ( $args, $instance )