ActionScheduler_wpPostStore_TaxonomyRegistrar::register
Registrar.
Method of the class: ActionScheduler_wpPostStore_TaxonomyRegistrar{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_wpPostStore_TaxonomyRegistrar = new ActionScheduler_wpPostStore_TaxonomyRegistrar(); $ActionScheduler_wpPostStore_TaxonomyRegistrar->register();
ActionScheduler_wpPostStore_TaxonomyRegistrar::register() ActionScheduler wpPostStore TaxonomyRegistrar::register code WC 10.8.1
public function register() {
register_taxonomy( ActionScheduler_wpPostStore::GROUP_TAXONOMY, ActionScheduler_wpPostStore::POST_TYPE, $this->taxonomy_args() );
}