Changeset 60300
- Timestamp:
- 06/11/2025 04:43:01 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r60293 r60300 6878 6878 * @param int $attachment_id Attachment post ID. 6879 6879 * @param array $data Attachment meta data. 6880 * @return int|false False if $post is invalid. 6880 * @return int|bool Whether the metadata was successfully updated. 6881 * True on success, the Meta ID if the key didn't exist. 6882 * False if $post is invalid, on failure, or if $data is the same as the existing metadata. 6881 6883 */ 6882 6884 function wp_update_attachment_metadata( $attachment_id, $data ) {
Note: See TracChangeset
for help on using the changeset viewer.