ActionScheduler_wpPostStore_PostTypeRegistrar::register
Registrar.
Метод класса: ActionScheduler_wpPostStore_PostTypeRegistrar{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ActionScheduler_wpPostStore_PostTypeRegistrar = new ActionScheduler_wpPostStore_PostTypeRegistrar(); $ActionScheduler_wpPostStore_PostTypeRegistrar->register();
Код ActionScheduler_wpPostStore_PostTypeRegistrar::register() ActionScheduler wpPostStore PostTypeRegistrar::register WC 11.0.1
public function register() {
register_post_type( ActionScheduler_wpPostStore::POST_TYPE, $this->post_type_args() );
}