ActionScheduler_wpPostStore_PostStatusRegistrar::register
Registrar.
Method of the class: ActionScheduler_wpPostStore_PostStatusRegistrar{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_wpPostStore_PostStatusRegistrar = new ActionScheduler_wpPostStore_PostStatusRegistrar(); $ActionScheduler_wpPostStore_PostStatusRegistrar->register();
ActionScheduler_wpPostStore_PostStatusRegistrar::register() ActionScheduler wpPostStore PostStatusRegistrar::register code WC 10.3.6
public function register() {
register_post_status( ActionScheduler_Store::STATUS_RUNNING, array_merge( $this->post_status_args(), $this->post_status_running_labels() ) );
register_post_status( ActionScheduler_Store::STATUS_FAILED, array_merge( $this->post_status_args(), $this->post_status_failed_labels() ) );
}