You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add attachments to "Attachments", add new attachment objects to the existing array. Be sure to include all existing attachment objects that you wish to retain. To remove attachments, include the existing array of attachment objects, excluding any that you wish to remove.
*/
// Array of attachment objects (files, images)
$attachments_array = array(
array(
'url' => 'FIRST_ATTACHMENT_URL' // must be hosted on a web url
),
array(
'url' => 'SECOND_ATTACHMENT_URL' // must be hosted on a web url