apply_filters( 'classifai_azure_openai_embeddings_content', $content, $post_id, $type ) → {string}
Filter content that will get sent to OpenAI.
Parameters:
Name | Type | Description |
---|---|---|
$content |
string | Content that will be sent to OpenAI. |
$post_id |
int | ID of post we are submitting. |
$type |
string | Type of content. |
- Since:
- 3.1.0
- Source:
Returns:
Content.
- Type
- string