action_scheduler_failed_fetch_action, $post->ID, $exception

action_scheduler_failed_fetch_action, $post->ID, $exception

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_failed_fetch_action, $post->ID, $exception') is found 1 times:

  • /vendor/woocommerce/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;
    	}