ActionScheduler_wpPostStore_PostTypeRegistrar::register()publicWC 1.0

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() code WC 9.3.3

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