ActionScheduler_wpPostStore_PostTypeRegistrar::registerpublicWC 1.0

Registrar.

Method of the class: ActionScheduler_wpPostStore_PostTypeRegistrar{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ActionScheduler_wpPostStore_PostTypeRegistrar::register() code WC 10.3.6

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