Changeset 50236 for trunk/src/wp-includes/media.php
- Timestamp:
- 02/08/2021 02:12:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r50170 r50236 1125 1125 * width and height values in pixels (in that order). Default 'thumbnail'. 1126 1126 * @param bool $icon Optional. Whether the image should be treated as an icon. Default false. 1127 * @return string|false Attachment URL or false if no image is available. 1127 * @return string|false Attachment URL or false if no image is available. If `$size` does not match 1128 * any registered image size, the original image URL will be returned. 1128 1129 */ 1129 1130 function wp_get_attachment_image_url( $attachment_id, $size = 'thumbnail', $icon = false ) {
Note: See TracChangeset
for help on using the changeset viewer.