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