mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed integration with core and another extensions (removed class_exists checking);
This commit is contained in:
@@ -110,6 +110,7 @@ if ( ! class_exists( 'Admin_Settings' ) ) {
|
||||
);
|
||||
|
||||
$tabs = UM()->profile()->tabs_primary();
|
||||
|
||||
foreach( $tabs as $id => $tab ) {
|
||||
$appearances_profile_menu_fields = array_merge( $appearances_profile_menu_fields, array(
|
||||
array(
|
||||
@@ -169,7 +170,6 @@ if ( ! class_exists( 'Admin_Settings' ) ) {
|
||||
)
|
||||
) );
|
||||
|
||||
|
||||
$all_post_types = get_post_types( array( 'public' => true ) );
|
||||
|
||||
$all_taxonomies = get_taxonomies( array( 'public' => true ) );
|
||||
|
||||
Reference in New Issue
Block a user