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
Hook Type: filter
Displaying hooks found in version: jetpack.15.1.1apply_filters('jetpack_post_images_max_thumbnail_dimension') is found 1 times:
- /class.jetpack-post-images.php line 1165
Warning: Undefined array key 1167 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1168 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1169 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1170 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 ); } }