Changes between Initial Version and Version 1 of Ticket #41445, comment 74
- Timestamp:
- 01/04/2024 07:25:32 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41445, comment 74
initial v1 21 21 ), 22 22 'author' => $featured_media->post_author, 23 // 'acf' => array(),24 23 'caption' => array( 25 24 'rendered' => $featured_media->post_excerpt … … 36 35 'image_meta' => get_post_meta($featured_media->ID, '_wp_attachment_metadata', true)['image_meta'] 37 36 ), 38 'source_url' => wp_get_attachment_url($featured_media->ID), 39 '_links' => array() 37 'source_url' => wp_get_attachment_url($featured_media->ID) 40 38 ); 41 39