PHP 클래스 Message_Board_Admin_Post_Reply

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

공개 메소드들

메소드 설명
__construct ( ) : void Sets up needed actions/filters for the admin to initialize.
add_meta_boxes ( object $post ) : void Adds meta boxes needed for the edit post screen.
enqueue_scripts ( ) : void Loads scripts and styles.
get_instance ( ) : object Returns the instance.
load_post ( ) : void Callback function for the load-post.php or load-post-new.php screen.

메소드 상세

__construct() 공개 메소드

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

add_meta_boxes() 공개 메소드

Adds meta boxes needed for the edit post screen.
부터: 1.0.0
public add_meta_boxes ( object $post ) : void
$post object
리턴 void

enqueue_scripts() 공개 메소드

Loads scripts and styles.
부터: 1.0.0
public enqueue_scripts ( ) : void
리턴 void

get_instance() 공개 정적인 메소드

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

load_post() 공개 메소드

Callback function for the load-post.php or load-post-new.php screen.
부터: 1.0.0
public load_post ( ) : void
리턴 void