get_importer()->get_current_import_id(); $tags = []; if (!empty($import_id)) { $all_tags = $wpdb->get_results( "SELECT DISTINCT t.tag FROM {$wpdb->prefix}arlo_tags AS t WHERE t.import_id = $import_id ORDER BY t.tag", ARRAY_A); } foreach ($all_tags as $tag) { $tags[] = $tag['tag']; } ?>
widget_slug); ?>