PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.0
Adminify – White Label, Admin Menu Editor, Login Customizer v4.0
4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 4.1.17 All 164 releases
← All changes | Inc/Admin/Options/MenuLayout.php +8 -30 4.1.174.0 View file →
@@ -25,9 +25,8 @@
25 25 'layout_type' => 'vertical',
26 26 'menu_hover_submenu' => 'two_step',
27 27 'icon_style' => 'classic',
28 28 'menu_mode' => 'classic',
29 - 'menu_search' => false,
30 29 'horz_menu_type' => 'both',
31 30 'horz_dropdown_icon' => true,
32 31 'horz_toplinks' => false,
33 32 'horz_bubble_icon_hide' => false,
@@ -102,22 +101,8 @@
102 101 'dependency' => [ 'admin_ui|layout_type', '!=|==', 'true|horizontal', 'true' ],
103 102 ];
104 103
105 104 $settings_tab[] = [
106 - 'id' => 'menu_search',
107 - 'type' => 'switcher',
108 - /* translators: %s: PRO badge label */
109 - 'title' => sprintf(__('Menu Search %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
110 - 'class' => 'adminify-pro-fieldset adminify-pro-notice',
111 - 'label' => __( 'Enable or Disable Menu Search on Admin Menu', 'adminify' ),
112 - 'text_on' => __( 'Enable', 'adminify' ),
113 - 'text_off' => __( 'Disable', 'adminify' ),
114 - 'text_width' => 100,
115 - 'default' => $this->get_default_field( 'menu_layout_settings' )['menu_search'],
116 - 'dependency' => [ 'layout_type', '==', 'vertical', 'true' ],
117 - ];
118 -
119 - $settings_tab[] = [
120 105 'id' => 'menu_mode',
121 106 'type' => 'button_set',
122 107 'title' => __( 'Menu Mode', 'adminify' ),
123 108 'options' => [
@@ -133,9 +118,9 @@
133 118 'id' => 'rounded_menu_notice',
134 119 'type' => 'notice',
135 120 'style' => 'warning',
136 121 'class' => 'adminify-one-col',
137 - 'content' => Utils::adminify_upgrade_pro( 'Rounded Menu Mode Requires "Adminify UI" Module Enabled from "Adminify>Customize" Menu ' ),
122 + 'content' => Utils::adminify_upgrade_pro( 'Rounded Menu Mode Requires "Adminify UI" Module Enabled from "WP Adminify>Customize" Menu ' ),
138 123 'dependency' => [ 'admin_ui|layout_type|menu_mode', '!=|==|==', 'true|vertical|rounded', 'true' ],
139 124 ];
140 125
141 126 $settings_tab[] = [
@@ -167,9 +152,9 @@
167 152 'id' => 'two_step_menu_notice',
168 153 'type' => 'notice',
169 154 'style' => 'warning',
170 155 'class' => 'adminify-one-col',
171 - 'content' => Utils::adminify_upgrade_pro( 'Two Step Menu Requires "Adminify UI" Module Enabled from "Adminify>Customize" Menu ' ),
156 + 'content' => Utils::adminify_upgrade_pro( 'Two Step Menu Requires "Adminify UI" Module Enabled from "WP Adminify>Customize" Menu ' ),
172 157 'dependency' => [ 'admin_ui|layout_type|menu_hover_submenu', '!=|==|==', 'true|vertical|two_step', 'true' ],
173 158 ];
174 159
175 160 $settings_tab[] = [
@@ -176,9 +161,9 @@
176 161 'id' => 'accordion_menu_notice',
177 162 'type' => 'notice',
178 163 'style' => 'warning',
179 164 'class' => 'adminify-one-col',
180 - 'content' => Utils::adminify_upgrade_pro( 'Accordion Menu Requires "Adminify UI" Module Enabled from "Adminify>Customize" Menu ' ),
165 + 'content' => Utils::adminify_upgrade_pro( 'Accordion Menu Requires "Adminify UI" Module Enabled from "WP Adminify>Customize" Menu ' ),
181 166 'dependency' => [ 'admin_ui|layout_type|menu_hover_submenu', '!=|==|==', 'true|vertical|accordion', 'true' ],
182 167 ];
183 168
184 169 $settings_tab[] = [
@@ -185,9 +170,9 @@
185 170 'id' => 'toggle_menu_notice',
186 171 'type' => 'notice',
187 172 'style' => 'warning',
188 173 'class' => 'adminify-one-col',
189 - 'content' => Utils::adminify_upgrade_pro( 'Toggle Menu Requires "Adminify UI" Module Enabled from "Adminify>Customize" Menu ' ),
174 + 'content' => Utils::adminify_upgrade_pro( 'Toggle Menu Requires "Adminify UI" Module Enabled from "WP Adminify>Customize" Menu ' ),
190 175 'dependency' => [ 'admin_ui|layout_type|menu_hover_submenu', '!=|==|==', 'true|vertical|toggle', 'true' ],
191 176 ];
192 177
193 178 // $settings_tab[] = [
@@ -203,9 +188,9 @@
203 188 $settings_tab[] = [
204 189 'id' => 'horizontal_menu_notice',
205 190 'type' => 'notice',
206 191 'style' => 'warning',
207 - 'title' => ' ',
192 + 'title' => __( ' ', 'adminify' ),
208 193 // 'class' => 'adminify-one-col',
209 194 'content' => Utils::adminify_upgrade_pro( '<strong>Horizontal Menu is available in PRO version</strong>' ),
210 195 'dependency' => [ 'admin_ui|layout_type', '==|==', 'true|horizontal', 'true' ],
211 196 ];
@@ -212,9 +197,8 @@
212 197
213 198 $settings_tab[] = [
214 199 'id' => 'user_info_fields',
215 200 'type' => 'fieldset',
216 - /* translators: %s: PRO badge label */
217 201 'title' => sprintf(__('User Info %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
218 202 'dependency' => [ 'admin_ui|layout_type', '==|==', 'true|vertical', 'true' ],
219 203 'fields' => [
220 204 [
@@ -258,9 +242,8 @@
258 242 $settings_tab[] = [
259 243 'id' => 'horz_menu_type',
260 244 'type' => 'button_set',
261 245 'class' => 'adminify-pro-fieldset',
262 - /* translators: %s: PRO badge label */
263 246 'title' => sprintf(__('Menu Item Style %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
264 247 'options' => [
265 248 'icons_only' => __( 'Icon Only', 'adminify' ),
266 249 'text_only' => __( 'Text Only', 'adminify' ),
@@ -273,9 +256,8 @@
273 256 $settings_tab[] = [
274 257 'id' => 'horz_dropdown_icon',
275 258 'type' => 'switcher',
276 259 'class' => 'adminify-pro-fieldset adminify-pro-notice',
277 - /* translators: %s: PRO badge label */
278 260 'title' => sprintf(__('Dropdown Toggle Icon %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
279 261 'label' => __( 'Show/Hide Dropdown Icon', 'adminify' ),
280 262 'text_on' => __( 'Show', 'adminify' ),
281 263 'text_off' => __( 'Hide', 'adminify' ),
@@ -287,9 +269,8 @@
287 269 $settings_tab[] = [
288 270 'id' => 'horz_toplinks',
289 271 'type' => 'switcher',
290 272 'class' => 'adminify-pro-fieldset adminify-pro-notice',
291 - /* translators: %s: PRO badge label */
292 273 'title' => sprintf(__('Top Menu Links %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
293 274 'label' => __( 'Parent/Top Menu Links clickable', 'adminify' ),
294 275 'text_on' => __( 'Enabled', 'adminify' ),
295 276 'text_off' => __( 'Disabled', 'adminify' ),
@@ -301,9 +282,8 @@
301 282 $settings_tab[] = [
302 283 'id' => 'horz_bubble_icon_hide',
303 284 'type' => 'switcher',
304 285 'class' => 'adminify-pro-fieldset adminify-pro-notice',
305 - /* translators: %s: PRO badge label */
306 286 'title' => sprintf(__('Bubble Icon %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
307 287 'label' => __( 'Show/Hide Update or Plugins Bubble Icon', 'adminify' ),
308 288 'text_on' => __( 'Show', 'adminify' ),
309 289 'text_off' => __( 'Hide', 'adminify' ),
@@ -389,9 +369,8 @@
389 369 $menu_styles_tab[] = [
390 370 'id' => 'horz_menu_parent_padding',
391 371 'type' => 'slider',
392 372 'class' => 'adminify-pro-fieldset adminify-pro-notice',
393 - /* translators: %s: PRO badge label */
394 373 'title' => sprintf(__('Parent Menu Horizontal Padding %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
395 374 'unit' => 'px',
396 375 'min' => 1,
397 376 'max' => 100,
@@ -484,9 +463,8 @@
484 463 $styles_tab[] = [
485 464 'id' => 'user_info_style',
486 465 'type' => 'color_group',
487 466 'class' => 'adminify-pro-fieldset',
488 - /* translators: %s: PRO badge label */
489 467 'title' => sprintf(__('User Info Colors %s', 'adminify'), Utils::adminify_upgrade_pro_badge()),
490 468 'options' => [
491 469 'info_text_color' => __('Link Color', 'adminify'),
492 470 'info_text_hover_color' => __('Hover Color', 'adminify'),
@@ -535,12 +513,12 @@
535 513 [
536 514 'type' => 'subheading',
537 515 'content' => Utils::adminfiy_help_urls(
538 516 __('Admin Menu Settings', 'adminify' ),
539 - 'https://wpadminify.com/docs/adminify/admin-menu/admin-menu-editor',
540 - 'https://www.youtube.com/watch?v=zbEYlAg91QM',
517 + 'https://wpadminify.com/kb/admin-menu',
518 + '',
541 519 'https://www.facebook.com/groups/jeweltheme',
542 - \WPAdminify\Inc\Admin\AdminSettings::support_url()
520 + 'https://wpadminify.com/support/'
543 521 ),
544 522 ],
545 523 [
546 524 'id' => 'menu_layout_settings',