Filter: classifai_chrome_ai_resize_content_request_body

apply_filters( 'classifai_chrome_ai_resize_content_request_body', $body, $post_id ) → {array}

Filter the resize request body before sending to Chrome AI.

Parameters:
Name Type Description
$body array

Request body that will be sent.

$post_id int

ID of post.

Since:
  • x.x.x
Source:
Returns:

Request body.

Type
array