Filter: classifai_openai_api_request_post_form_options

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

Filter the options for the post form request.

Parameters:
Name Type Description
$options array

The options for the request.

$url string

The URL for the request.

$body array

The body of the request.

$this->feature string

The feature name.

Since:
  • 2.4.0
Source:
Returns:

The options for the request.

Type
array