PHP 클래스 Message_Board_Admin_Dashboard

파일 보기 프로젝트 열기: justintadlock/message-board 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) : void Sets up needed actions/filters for the admin to initialize.
dashboard_widgets ( ) : void Adds custom dashboard widgets. Note that we're using add_meta_box() rather than the wp_add_dashboard_widget() function so that we can control the positioning.
get_instance ( ) : object Returns the instance.
load_dashboard ( ) : void Runs our actions only on the dashboard admin screen.
print_styles ( ) : void Enqueue the plugin admin CSS.

메소드 상세

__construct() 공개 메소드

Sets up needed actions/filters for the admin to initialize.
부터: 1.0.0
public __construct ( ) : void
리턴 void

dashboard_widgets() 공개 메소드

Adds custom dashboard widgets. Note that we're using add_meta_box() rather than the wp_add_dashboard_widget() function so that we can control the positioning.
부터: 1.0.0
public dashboard_widgets ( ) : void
리턴 void

get_instance() 공개 정적인 메소드

Returns the instance.
부터: 1.0.0
public static get_instance ( ) : object
리턴 object

load_dashboard() 공개 메소드

Runs our actions only on the dashboard admin screen.
부터: 1.0.0
public load_dashboard ( ) : void
리턴 void

print_styles() 공개 메소드

Enqueue the plugin admin CSS.
부터: 1.0.0
public print_styles ( ) : void
리턴 void