프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$box | Papi_Core_Box | The core box. |
메소드 | 설명 | |
---|---|---|
__construct ( Papi_Core_Box $box ) | The constructor. | |
meta_box_css_classes ( array $classes ) : string[] | Add css classes to meta box. | |
move_meta_box_after_title ( ) | Move meta boxes after title. | |
render_meta_box ( array $post, array $args ) | Render the meta box | |
setup_meta_box ( ) | Setup meta box. |
메소드 | 설명 | |
---|---|---|
get_post_type ( ) : string | Get meta post type. | |
get_title ( ) : string | Get meta box title. | |
setup_actions ( ) | Setup action hooks. |
public meta_box_css_classes ( array $classes ) : string[] | ||
$classes | array | |
리턴 | string[] |
public move_meta_box_after_title ( ) |
public render_meta_box ( array $post, array $args ) | ||
$post | array | |
$args | array |