mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
Merge remote-tracking branch 'origin/development/2.6.1' into feature/template_versioning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user