jetpack_post_images_max_thumbnail_dimension
jetpack_post_images_max_thumbnail_dimension
Appears in: jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0, jetpack.15.1, jetpack.15.1.1, jetpack.15.2, jetpack.15.3.1, jetpack.15.4, jetpack.15.5, jetpack.15.6, jetpack.15.7, jetpack.15.7.1
Hook Type: filter
Displaying hooks found in version: jetpack.15.7.1apply_filters('jetpack_post_images_max_thumbnail_dimension') is found 1 times:
- /jetpack_vendor/automattic/jetpack-post-media/src/class-images.php line 1221
Warning: Undefined array key 1223 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1224 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1225 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1226 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since jetpack-14.6 * * @param int $max_dimension Maximum dimension in pixels. */ return (int) apply_filters( 'jetpack_post_images_max_thumbnail_dimension', 1200 ); } }