PHP Class Papi_Admin_Entry_Taxonomy, papi

Inheritance: extends Papi_Admin_Entry
Show file Open project: wp-papi/papi Class Usage Examples

Protected Properties

Property Type Description
$taxonomy_types array All taxonomy types.

Public Methods

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

Protected Methods

Method 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 method

The construct.
public __construct ( )

add_form_fields() public method

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

prepare_taxonomy_types() protected method

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

setup_actions() protected method

Setup actions.
protected setup_actions ( )

setup_taxonomies_hooks() public method

Setup hooks for all taxonomies.

Property Details

$taxonomy_types protected property

All taxonomy types.
protected array $taxonomy_types
return array