Merge remote-tracking branch 'origin/development/2.6.1' into feature/template_versioning

This commit is contained in:
Mykyta Synelnikov
2023-04-18 10:48:02 +03:00
24 changed files with 277 additions and 149 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
$duplicates = array();
$taxonomies_options = array();
$exclude_taxonomies = UM()->excluded_taxonomies();
$all_taxonomies = get_taxonomies( array( 'public' => true ), 'objects' );
$all_taxonomies = get_taxonomies( array( 'public' => true, 'show_ui' => true ), 'objects' );
foreach ( $all_taxonomies as $key => $taxonomy ) {
if ( in_array( $key, $exclude_taxonomies, true ) ) {
continue;