apply_filters( 'classifai_googleai_api_request_get_url', $url, $options, $this->feature ) → {string}
Filter the URL for the get request.
Parameters:
Name | Type | Description |
---|---|---|
$url |
string | The URL for the request. |
$options |
array | The options for the request. |
$this->feature |
string | The feature name. |
- Since:
- 3.0.0
- Source:
Returns:
The URL for the request.
- Type
- string