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
Hook Type: filter
Displaying hooks found in version: jetpack.15.2apply_filters('jetpack_post_images_max_thumbnail_dimension') is found 1 times:
- /class.jetpack-post-images.php line 1168
Warning: Undefined array key 1170 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1171 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1172 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1173 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @since 14.6 * * @param int $max_dimension Maximum dimension in pixels. */ return (int) apply_filters( 'jetpack_post_images_max_thumbnail_dimension', 1200 ); } }