ActionScheduler_wpPostStore_TaxonomyRegistrar::register()publicWC 1.0

Class ActionScheduler_wpPostStore_TaxonomyRegistrar

Method of the class: ActionScheduler_wpPostStore_TaxonomyRegistrar{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_wpPostStore_TaxonomyRegistrar = new ActionScheduler_wpPostStore_TaxonomyRegistrar();
$ActionScheduler_wpPostStore_TaxonomyRegistrar->register();

ActionScheduler_wpPostStore_TaxonomyRegistrar::register() code WC 8.7.0

public function register() {
	register_taxonomy( ActionScheduler_wpPostStore::GROUP_TAXONOMY, ActionScheduler_wpPostStore::POST_TYPE, $this->taxonomy_args() );
}