action_scheduler_taxonomy_args filter-hook . WC 1.0
Usage
add_filter( 'action_scheduler_taxonomy_args', 'filter_function_name_5613' ); function filter_function_name_5613( $args ){ // filter... return $args; }
- $args
- -
Where the hook is called
action_scheduler_taxonomy_args
woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php 22
$args = apply_filters( 'action_scheduler_taxonomy_args', $args );