Property | Type | Description | |
---|---|---|---|
$__version | string | Override version | |
$id | string | Custom Taxonomy ID | |
$object_type | array | string | Name of the object type for the taxonomy object. |
Method | Description | |
---|---|---|
__construct ( string $id, array | string $object_type, array | string $args ) : WPDKCustomTaxonomy | Create an instance of WPDKCustomTaxonomy class | |
_current_screen ( WP_Screen $screen ) | Fire when current screen is set | |
admin_print_styles_edit_tags_php ( ) | Fires when styles are printed for a specific admin page based on $hook_suffix. |
Method | Description | |
---|---|---|
initAdminHook ( ) | Init useful (common) admon hook |
public __construct ( string $id, array | string $object_type, array | string $args ) : WPDKCustomTaxonomy | ||
$id | string | taxonomy ID |
$object_type | array | string | Name of the object type for the taxonomy object. |
$args | array | string | See optional args in `register_taxonomy()` function. |
return | WPDKCustomTaxonomy |
public _current_screen ( WP_Screen $screen ) | ||
$screen | WP_Screen |
public admin_print_styles_edit_tags_php ( ) |