Abstract_REST_Endpoint::sanitize_callback( mixed $value )
Sanitize a request argument based on details registered to the route.
Contents
Parameters
- $value
-
(mixed) (Required) Value of the 'filter' argument.
Return
(string|TECEvent_AutomatorZapierRESTV1Endpointsarray<string|TECEvent_AutomatorZapierRESTV1Endpointsstring>) A text field sanitized string or array.
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 */
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |