ActionScheduler_wpPostStore_TaxonomyRegistrar::register()publicWC 1.0

Class ActionScheduler_wpPostStore_TaxonomyRegistrar

Метод класса: ActionScheduler_wpPostStore_TaxonomyRegistrar{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код ActionScheduler_wpPostStore_TaxonomyRegistrar::register() WC 8.7.0

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