PHP 클래스 WPDKMetaBoxView

저자: =undo= ([email protected])
상속: extends WPDKView
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $id, string $title, string | object $screen = null, string $context = WPDKMetaBoxContext::ADVANCED, string $priority = WPDKMetaBoxPriority::NORMAL, mixed $callback_args = null ) : WPDKMetaBoxView Create an instance of WPDKMetaBoxView class

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKMetaBoxView class
public __construct ( string $id, string $title, string | object $screen = null, string $context = WPDKMetaBoxContext::ADVANCED, string $priority = WPDKMetaBoxPriority::NORMAL, mixed $callback_args = null ) : WPDKMetaBoxView
$id string String for use in the 'id' attribute of tags.
$title string Title of the meta box.
$screen string | object Optional. The screen on which to show the box (post, page, link). Defaults to current screen.
$context string Optional. The context within the page where the boxes should show ('normal', 'advanced').
$priority string Optional. The priority within the context where the boxes should show ('high', 'low'). *
$callback_args mixed Optional. Callable args.
리턴 WPDKMetaBoxView