__('Hide any WordPress Dashboard menu or submenu.', $this->text_domain), 'text' => __('Sometimes we don\'t want the final user or users from other roles to have access to some of WordPress functionality. WP Admin Menu Manager aims to make it easier for you to hide those items from them.', $this->text_domain), 'image' => $this->getAsset('feature-one.png'), 'icon' => 'dashicons dashicons-lock', ), // Rename Menus array( 'title' => __('Rename any menu and submenu as well!', $this->text_domain), 'text' => __('Other times all we want is the ability to change the labels of the menus and submenus. Now it\'s possible to do so with just one simple step, using WP Admin Menu Manager.', $this->text_domain), 'image' => $this->getAsset('feature-two.png'), 'icon' => 'dashicons dashicons-editor-spellcheck', ), // Reorder Menus array( 'title' => __('Reorder the menus too!', $this->text_domain), 'text' => __('Change the menu items order, as well as submenus, is also possible. And it is as simple as dragging and dropping them on the desired order!', $this->text_domain), 'image' => $this->getAsset('feature-three.png'), 'icon' => 'dashicons dashicons-sort', ), ); /** * Action Button */ $actionButton = array( 'title' => __('Now that you know everything you can do using this plugin, click bellow to start! And please don\'t forgot to rate the plugin, if you like it.', $this->text_domain), 'url' => admin_url('/edit.php?post_type=amm'), 'text' => __('I want to start!', $this->text_domain), ); ?>
" : ''; ?> <?php echo $feature['title']; ?>