Power_Automate_Provider::add_canceled_to_queue( int $post_id, TECEvent_AutomatorPower_Automatearray $data )

Add a canceled event post id to a trigger queue.


Parameters

$post_id

(int) (Required) ID of the post we're saving.

$data

(<span class="TECEvent_AutomatorPower_Automatearray">TECEvent_AutomatorPower_Automatearray) (Required) The meta data we're trying to save.


Top ↑

Source

File: src/Common/Event_Automator/Power_Automate/Power_Automate_Provider.php

	public function add_canceled_to_queue( $post_id, $data ) {
		$this->container->make( Canceled_Events::class )->add_to_queue( $post_id, $data );
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.