wp_shrink_dimensions [ WordPress Function ]
wp_shrink_dimensions ( $width, $height, $wmax = 128, $hmax = 96 )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: wp_constrain_dimensions, wp_expand_dimensions, wp_print_editor_js, wp_check_mysql_version, wp_sidebar_description
Calculates the new dimensions for a downsampled image.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- WordPress › Support » 2.5 fatal error: on image upload
function wp_shrink_dimensions( $width, $height, $wmax = 128, $hmax = 96 ) { return wp_constrain_dimensions( $width, $height, $wmax, $hmax );. my typical ...
wordpress.org - WordPress › Support » [Plugin: Scissors Continued] please correct ...
Another deprecated functions call (3 calls in the plugin file): Just subsitute " wp_shrink_dimensions" with "wp_constrain_dimensions" Function parametrs are the ...
wordpress.org - deprecated.php - PHP Cross Reference of WordPress Source - Yoast
Jun 1, 2011 ... tinymce_include() documentation_link() wp_shrink_dimensions() dropdown_categories() dropdown_link_categories() wp_dropdown_cats() ...
xref.yoast.com - WordPress : /wp-admin/includes/deprecated.php source
... shrunk dimensions. 51 */ 52 function wp_shrink_dimensions( $width, $height, $wmax = 128, $hmax = 96 ) { 53 _deprecated_function( __FUNCTION__, '3.0', ...
phpxref.ftwr.co.uk