postmeta} WHERE meta_key = '_elementor_is_screenshot') "; } if ( function_exists( 'picu_exclude_collection_images_from_library' ) ) { $where[] = " posts.post_parent NOT IN (SELECT {$wpdb->posts}.ID FROM {$wpdb->posts} WHERE {$wpdb->posts}.post_type = 'picu_collection') "; } if ( function_exists( 'uncode_get_gallery_attachment_ids' ) ) { $media_attachments_ids = implode( ',', uncode_get_gallery_attachment_ids() ); $where[] = "posts.ID NOT IN ($media_attachments_ids)"; } return $where; } }