Filter: classifai_googleai_api_request_post_url

apply_filters( 'classifai_googleai_api_request_post_url', $url, $options, $this->feature ) → {string}

Filter the URL for the post 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