|
|
|
|
|
$attachment ) :
$image_attributes = wp_get_attachment_url( $attachment['attachment_id'] );
$is_image = wp_attachment_is_image( $attachment['attachment_id'] );
$filename = basename( $image_attributes );
$wp_filetype = wp_check_filetype( $filename );
$attachment_ids_array[] = $attachment['attachment_id'];
?>
|
|
|
|
|
|