PHP 클래스 Jetpack_Top_Posts_Widget, jetpack

상속: extends WP_Widget
파일 보기 프로젝트 열기: automattic/jetpack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$alt_option_name
$default_title

공개 메소드들

메소드 설명
__construct ( )
defaults ( )
enqueue_style ( )
form ( $instance )
get_by_likes ( $count ) * Get most liked posts
get_by_views ( $count, $args )
get_fallback_posts ( )
get_posts ( $post_ids, $count )
stats_explanation ( ) Explains how the statics are calculated.
update ( $new_instance, $old_instance )
widget ( $args, $instance )

메소드 상세

__construct() 공개 메소드

public __construct ( )

defaults() 공개 정적인 메소드

public static defaults ( )

enqueue_style() 공개 메소드

public enqueue_style ( )

form() 공개 메소드

public form ( $instance )

get_by_likes() 공개 메소드

ONLY TO BE USED IN WPCOM
public get_by_likes ( $count )

get_by_views() 공개 메소드

public get_by_views ( $count, $args )

get_fallback_posts() 공개 메소드

public get_fallback_posts ( )

get_posts() 공개 메소드

public get_posts ( $post_ids, $count )

stats_explanation() 공개 메소드

Explains how the statics are calculated.
public stats_explanation ( )

update() 공개 메소드

public update ( $new_instance, $old_instance )

widget() 공개 메소드

public widget ( $args, $instance )

프로퍼티 상세

$alt_option_name 공개적으로 프로퍼티

public $alt_option_name

$default_title 공개적으로 프로퍼티

public $default_title