apply_filters( 'classifai_openai_api_request_post_form_url', $url, $this->feature ) → {string}
Filter the URL for the post form request.
Parameters:
Name | Type | Description |
---|---|---|
$url |
string | The URL for the request. |
$this->feature |
string | The feature name. |
- Since:
- 2.4.0
- Source:
Returns:
The URL for the request.
- Type
- string