PHP 클래스 Papi_Admin_Entry_Taxonomy, papi

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

보호된 프로퍼티들

프로퍼티 타입 설명
$taxonomy_types array All taxonomy types.

공개 메소드들

메소드 설명
__construct ( ) The construct.
add_form_fields ( ) Add form fields to edit tags page.
setup_taxonomies_hooks ( ) Setup hooks for all taxonomies.

보호된 메소드들

메소드 설명
prepare_taxonomy_types ( array $taxonomy_types ) : array Prepare taxonomy types, add standard taxonomy if it should be added.
setup_actions ( ) Setup actions.

메소드 상세

__construct() 공개 메소드

The construct.
public __construct ( )

add_form_fields() 공개 메소드

Add form fields to edit tags page.
public add_form_fields ( )

prepare_taxonomy_types() 보호된 메소드

Prepare taxonomy types, add standard taxonomy if it should be added.
protected prepare_taxonomy_types ( array $taxonomy_types ) : array
$taxonomy_types array
리턴 array

setup_actions() 보호된 메소드

Setup actions.
protected setup_actions ( )

setup_taxonomies_hooks() 공개 메소드

Setup hooks for all taxonomies.

프로퍼티 상세

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

All taxonomy types.
protected array $taxonomy_types
리턴 array