ActionScheduler_wpPostStore_PostTypeRegistrar::register()
Class ActionScheduler_wpPostStore_PostTypeRegistrar
Method of the class: ActionScheduler_wpPostStore_PostTypeRegistrar{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler_wpPostStore_PostTypeRegistrar = new ActionScheduler_wpPostStore_PostTypeRegistrar(); $ActionScheduler_wpPostStore_PostTypeRegistrar->register();
ActionScheduler_wpPostStore_PostTypeRegistrar::register() ActionScheduler wpPostStore PostTypeRegistrar::register code WC 9.3.3
public function register() { register_post_type( ActionScheduler_wpPostStore::POST_TYPE, $this->post_type_args() ); }