Filter: classifai_googleai_content

apply_filters( 'classifai_googleai_content', $content, $post_id ) → {string}

Filter content that will get sent to GoogleAI.

Parameters:
Name Type Description
$content string

Content that will be sent to GoogleAI.

$post_id int

ID of post we are summarizing.

Since:
  • 3.0.0
Source:
Returns:

Content.

Type
string