芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/elementor/app/modules/import-export/runners/revert/taxonomies.php
$taxonomies, 'hide_empty' => false, 'get' => 'all', 'meta_query' => [ [ 'key' => static::META_KEY_ELEMENTOR_IMPORT_SESSION_ID, 'value' => $data['session_id'], ], ], ] ); foreach ( $terms as $term ) { wp_delete_term( $term->term_id, $term->taxonomy ); } } }