Filter: classifai_xai_grok_content

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

Filter content that will get sent to xAI Grok.

Parameters:
Name Type Description
$content string

Content that will be sent to xAI Grok.

$post_id int

ID of post we are summarizing.

Since:
  • 3.3.0
Source:
Returns:

Content.

Type
string