PHP 클래스 Papi_Admin_Entry_Post, papi

상속: extends Papi_Admin_Entry
파일 보기 프로젝트 열기: wp-papi/papi 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$post_type string The post type.

공개 메소드들

메소드 설명
__construct ( ) The construct.
hidden_meta_box_editor ( ) Output hidden WordPress editor.
hidden_meta_boxes ( ) Output hidden meta boxes.
load_post_new ( ) Load post new action Redirect to right url if no page type is set.
redirect_post_location ( string $location ) : string Redirect post location when post is in iframe mode.
setup ( ) Setup admin entry.

보호된 메소드들

메소드 설명
setup_actions ( ) Setup actions.

메소드 상세

__construct() 공개 메소드

The construct.
public __construct ( )

hidden_meta_box_editor() 공개 메소드

Output hidden WordPress editor.

hidden_meta_boxes() 공개 메소드

Output hidden meta boxes.
public hidden_meta_boxes ( )

load_post_new() 공개 메소드

Load post new action Redirect to right url if no page type is set.
public load_post_new ( )

redirect_post_location() 공개 메소드

Redirect post location when post is in iframe mode.
public redirect_post_location ( string $location ) : string
$location string
리턴 string

setup() 공개 메소드

Setup admin entry.
public setup ( )

setup_actions() 보호된 메소드

Setup actions.
protected setup_actions ( )

프로퍼티 상세

$post_type 보호되어 있는 프로퍼티

The post type.
protected string $post_type
리턴 string