action_scheduler_bulk_cancel_actions

action_scheduler_bulk_cancel_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('action_scheduler_bulk_cancel_actions') is found 2 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php line 445
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
        foreach ( $action_ids as $action_id ) {
            $this->cancel_action( $action_id );
        }
     
        do_action( 'action_scheduler_bulk_cancel_actions', $action_ids );
    }
     
    /**
     * Get status labels.
     *
     * @return array<string, string>
  • /packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 780
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
                    $parameters
                )
            );
     
            do_action( 'action_scheduler_bulk_cancel_actions', $action_ids );
        }
    }
     
    /**
     * Delete an action.
     *

See this hook used in plugins: