wpseo_image_image_weight_limit, 2_097_152
wpseo_image_image_weight_limit, 2_097_152
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_image_image_weight_limit, 2_097_152') is found 1 times:
- /inc/class-wpseo-image-utils.php line 189
* (in bytes) of an image is allowed to be, default is 2 MB. * * @param int $max_bytes The maximum weight (in bytes) of an image. */ $max_size = apply_filters( 'wpseo_image_image_weight_limit', 2_097_152 ); // We cannot check without a path, so assume it's fine. if ( ! isset( $image['path'] ) ) { return true; }