Abstract_REST_Endpoint::sanitize_callback( mixed $value )

Sanitize a request argument based on details registered to the route.


Parameters

$value

(mixed) (Required) Value of the 'filter' argument.


Top ↑

Return

(string|TECEvent_AutomatorZapierRESTV1Endpointsarray<string|TECEvent_AutomatorZapierRESTV1Endpointsstring>) A text field sanitized string or array.


Top ↑

Source

File: src/Event_Automator/Zapier/REST/V1/Endpoints/Abstract_REST_Endpoint.php

	/**
	 * The trigger accessed with this endpoint.
	 *
	 * @since TBD
	 *
	 * @var Abstract_Trigger_Queue
	 */

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.