jetpack_post_images_max_thumbnail_dimension

jetpack_post_images_max_thumbnail_dimension

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.6

apply_filters('jetpack_post_images_max_thumbnail_dimension') is found 2 times:

  • /class.jetpack-post-images.php line 1219

    Warning: Undefined array key 1221 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 1222 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    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

    		 * @since 14.6
    		 *
    		 * @param int $max_dimension Maximum dimension in pixels.
    		 */
    		return (int) apply_filters( 'jetpack_post_images_max_thumbnail_dimension', 1200 );
    	}
    }
    
    
    
    
    
  • /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 );
    	}
    }