wpseo_image_data, $image, $attachment_id
wpseo_image_data, $image, $attachment_id
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_image_data, $image, $attachment_id') is found 1 times:
- /inc/class-wpseo-image-utils.php line 165
* @type int filesize The file size in bytes, if already set. * } * @param int $attachment_id Attachment ID. */ $image = apply_filters( 'wpseo_image_data', $image, $attachment_id ); // Keep only the keys we need, and nothing else. return array_intersect_key( $image, array_flip( [ 'id', 'alt', 'path', 'width', 'height', 'pixels', 'type', 'size', 'url', 'filesize' ] ) ); } /**