Filter: classifai_googleai_api_request_post_options

apply_filters( 'classifai_googleai_api_request_post_options', $options, $url, $this->feature ) → {array}

Filter the options for the post request.

Parameters:
Name Type Description
$options array

The options for the request.

$url string

The URL for the request.

$this->feature string

The feature name.

Since:
  • 3.0.0
Source:
Returns:

The options for the request.

Type
array