Filter: classifai_openai_embeddings_content

apply_filters( 'classifai_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:
  • 2.2.0
Source:
Returns:

Content.

Type
string