Changeset 48574 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 07/23/2020 12:50:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r48110 r48574 123 123 * @abstract 124 124 * 125 * @param int $src_xThe start x position to crop from.126 * @param int $src_yThe start y position to crop from.127 * @param int $src_wThe width to crop.128 * @param int $src_hThe height to crop.129 * @param int $dst_wOptional. The destination width.130 * @param int $dst_hOptional. The destination height.125 * @param int $src_x The start x position to crop from. 126 * @param int $src_y The start y position to crop from. 127 * @param int $src_w The width to crop. 128 * @param int $src_h The height to crop. 129 * @param int $dst_w Optional. The destination width. 130 * @param int $dst_h Optional. The destination height. 131 131 * @param bool $src_abs Optional. If the source crop points are absolute. 132 132 * @return bool|WP_Error … … 232 232 * manually without the `$quality` argument. 233 233 * 234 * set_quality()has priority over the filter.234 * The WP_Image_Editor::set_quality() method has priority over the filter. 235 235 * 236 236 * @since 3.5.0 … … 248 248 * manually without the `$quality` argument. 249 249 * 250 * set_quality()has priority over the filter.250 * The WP_Image_Editor::set_quality() method has priority over the filter. 251 251 * 252 252 * The filter is evaluated under two contexts: 'image_resize', and 'edit_image',
Note: See TracChangeset
for help on using the changeset viewer.