- alternative #1167, #1166 because there had been used already existing hook with other attributes;

- added description for the "Enable menu icons in desktop view" option;
This commit is contained in:
Mykyta Synelnikov
2023-05-23 13:57:55 +03:00
parent a6ed1b047f
commit a460146958
2 changed files with 50 additions and 42 deletions
@@ -422,6 +422,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
'id' => 'profile_menu_icons',
'type' => 'checkbox',
'label' => __( 'Enable menu icons in desktop view', 'ultimate-member' ),
'description' => __( '"Desktop view" means the profile block\'s width lower than 800px', 'ultimate-member' ),
'conditional' => array( 'profile_menu', '=', 1 ),
),
)