action_scheduler_begin_execute

action_scheduler_begin_execute

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('action_scheduler_begin_execute') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 84
    					return;
    				}
    
    				$valid_action = true;
    				do_action( 'action_scheduler_begin_execute', $action_id, $context );
    
    				$action = $this->store->fetch_action( $action_id );
    				$this->store->log_execution( $action_id );
    				$action->execute();
    				do_action( 'action_scheduler_after_execute', $action_id, $action, $context );
    				$this->store->mark_complete( $action_id );
    

See this hook used in plugins: