Changes between Initial Version and Version 1 of Ticket #39439, comment 2
- Timestamp:
- 01/02/2017 03:37:11 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39439, comment 2
initial v1 14 14 * Insert/update attachment to posts table. 15 15 */ 16 $id = wp_insert_attachment($args, $image['file'], $ organization_id);16 $id = wp_insert_attachment($args, $image['file'], $parent_id); 17 17 }}} 18 18