Changeset 49926 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/03/2021 09:55:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49905 r49926 6104 6104 * @since 2.1.0 6105 6105 * 6106 * @param array|bool $data Array of meta data for the given attachment, or false 6107 * if the object does not exist. 6108 * @param int $attachment_id Attachment post ID. 6106 * @param array $data Array of meta data for the given attachment. 6107 * @param int $attachment_id Attachment post ID. 6109 6108 */ 6110 6109 return apply_filters( 'wp_get_attachment_metadata', $data, $attachment_id );
Note: See TracChangeset
for help on using the changeset viewer.