ActionScheduler_wpPostStore_PostTypeRegistrar::register()
Class ActionScheduler_wpPostStore_PostTypeRegistrar
Метод класса: 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 9.2.3
public function register() { register_post_type( ActionScheduler_wpPostStore::POST_TYPE, $this->post_type_args() ); }