action_scheduler_post_status_args filter-hook . WC 1.0
Usage
add_filter( 'action_scheduler_post_status_args', 'filter_function_name_4542' ); function filter_function_name_4542( $args ){ // filter... return $args; }
- $args
- -
Where the hook is called
action_scheduler_post_status_args
woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php 26
return apply_filters( 'action_scheduler_post_status_args', $args );