action_scheduler_failed_fetch_action

action_scheduler_failed_fetch_action

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_failed_fetch_action') is found 2 times:

  • /packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 342
     
    		try {
    			$action = $this->make_action_from_db_record( $data );
    		} catch ( ActionScheduler_InvalidActionException $exception ) {
    			do_action( 'action_scheduler_failed_fetch_action', $action_id, $exception );
    			return $this->get_null_action();
    		}
    
    		return $action;
    	}
    
    
  • /packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php line 200
     
    		try {
    			$action = $this->make_action_from_post( $post );
    		} catch ( ActionScheduler_InvalidActionException $exception ) {
    			do_action( 'action_scheduler_failed_fetch_action', $post->ID, $exception );
    			return $this->get_null_action();
    		}
    
    		return $action;
    	}
    
    

See this hook used in plugins: