action_scheduler_reset_action, $action_id

action_scheduler_reset_action, $action_id

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

do_action('action_scheduler_reset_action, $action_id') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php line 193
    		);
    
    		foreach ( $actions_to_reset as $action_id ) {
    			$this->store->unclaim_action( $action_id );
    			do_action( 'action_scheduler_reset_action', $action_id );
    		}
    	}
    
    	/**
    	 * Mark actions that have been running for more than a given time limit as failed, based on
    	 * the assumption some uncatchable and unloggable fatal error occurred during processing.