PHP Класс Papi_Admin_Entry_Post, papi

Наследование: extends Papi_Admin_Entry
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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