action_scheduler_execution_ignored

action_scheduler_execution_ignored

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_execution_ignored') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 93
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    $valid_action = false;
    do_action( 'action_scheduler_before_execute', $action_id, $context );
     
    if ( ActionScheduler_Store::STATUS_PENDING !== $this->store->get_status( $action_id ) ) {
        do_action( 'action_scheduler_execution_ignored', $action_id, $context );
        return;
    }
     
    $valid_action = true;
    do_action( 'action_scheduler_begin_execute', $action_id, $context );

See this hook used in plugins: