Changeset 48508 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 07/18/2020 10:09:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r47461 r48508 12 12 * @since 2.1.0 13 13 * 14 * @param string|int $src The source file or Attachment ID.15 * @param int $src_xThe start x position to crop from.16 * @param int $src_yThe start y position to crop from.17 * @param int $src_wThe width to crop.18 * @param int $src_hThe height to crop.19 * @param int $dst_wThe destination width.20 * @param int $dst_hThe destination height.21 * @param int $src_absOptional. If the source crop points are absolute.22 * @param string $dst_file Optional. The destination file to write to.14 * @param string|int $src The source file or Attachment ID. 15 * @param int $src_x The start x position to crop from. 16 * @param int $src_y The start y position to crop from. 17 * @param int $src_w The width to crop. 18 * @param int $src_h The height to crop. 19 * @param int $dst_w The destination width. 20 * @param int $dst_h The destination height. 21 * @param bool $src_abs Optional. If the source crop points are absolute. 22 * @param string $dst_file Optional. The destination file to write to. 23 23 * @return string|WP_Error New filepath on success, WP_Error on failure. 24 24 */
Note: See TracChangeset
for help on using the changeset viewer.