ActionScheduler_wpPostStore_PostTypeRegistrar::register()publicWC 1.0

Class ActionScheduler_wpPostStore_PostTypeRegistrar

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

Хуков нет.

Возвращает

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

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

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

Код ActionScheduler_wpPostStore_PostTypeRegistrar::register() WC 8.7.0

public function register() {
	register_post_type( ActionScheduler_wpPostStore::POST_TYPE, $this->post_type_args() );
}