ID ); $attachs = array(); if ( $get_attachments ) { foreach( $get_attachments as $attachment ) { $attachs[] = get_attached_file( $attachment->ID ); } } return $attachs; } // UNCOMMENT NEXT LINE TO ENABLE IT //add_filter ( 'alo_easymail_newsletter_attachments', 'custom_easymail_newsletter_get_pdf_attachments', 10, 2 ); /* EOF */