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
84       * @since 2.5.0
85       *
86       * @param array        $max_image_size An array with the width as the first element,
87       *                                     and the height as the second element.
88       * @param string|array $size           Size of what the result image should be.
89       * @param string       $context        The context the image is being resized for.
90       *                                     Possible values are 'display' (like in a theme)
91       *                                     or 'edit' (like inserting into an editor).
92       */
93      list( $max_width, $max_height ) = apply_filters( 'editor_max_image_size', array( $max_width, $max_height ), $size, $context );
94
95      return wp_constrain_dimensions( $width, $height, $max_width, $max_height );
96 }
97
98 /**
99  * Retrieve width and height attributes using given width and height values.
100  *
101  * Both attributes are required in the sense that both parameters must have a
102  * value, but are optional in that if you set them to false or null, then they