PHP Class Papi_Admin_Entry_Taxonomy, papi

Inheritance: extends Papi_Admin_Entry
Afficher le fichier Open project: wp-papi/papi Class Usage Examples

Protected Properties

Свойство Type Description
$taxonomy_types array All taxonomy types.

Méthodes publiques

Méthode Description
__construct ( ) The construct.
add_form_fields ( ) Add form fields to edit tags page.
setup_taxonomies_hooks ( ) Setup hooks for all taxonomies.

Méthodes protégées

Méthode Description
prepare_taxonomy_types ( array $taxonomy_types ) : array Prepare taxonomy types, add standard taxonomy if it should be added.
setup_actions ( ) Setup actions.

Method Details

__construct() public méthode

The construct.
public __construct ( )

add_form_fields() public méthode

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

prepare_taxonomy_types() protected méthode

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

setup_actions() protected méthode

Setup actions.
protected setup_actions ( )

setup_taxonomies_hooks() public méthode

Setup hooks for all taxonomies.

Property Details

$taxonomy_types protected_oe property

All taxonomy types.
protected array $taxonomy_types
Résultat array