Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: editor_max_image_size

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
67           if ( intval($content_width) > 0 )
68                $max_width = min( intval($content_width), $max_width );
69      }
70      // $size == 'full' has no constraint
71      else {
72           $max_width = $width;
73           $max_height = $height;
74      }
75
76      list( $max_width, $max_height ) = apply_filters( 'editor_max_image_size', array( $max_width, $max_height ), $size );
77
78      return wp_constrain_dimensions( $width, $height, $max_width, $max_height );
79 }
80
81 /**
82  * Retrieve width and height attributes using given width and height values.
83  *
84  * Both attributes are required in the sense that both parameters must have a
85  * value, but are optional in that if you set them to false or null, then they