WPIntell

Source evidence

“Hijack” main menu

Wishlist for WooCommerce · support · 2024-05-15T11:11:00+00:00

mixedsentiment
mediumseverity
0.78relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
opicron resolved
Why does Codeixer feel the need to ‘hijack’ the main menu by inserting their company name as a menu option?! If you need more visibility work on your ads or marketing. We do not want another main menu option for just using one of your plugins. The wishlist settings can be placed perfectly under woocommerce or in settings. Codeixer main menu hijack This topic was modified 2 years ago by opicron . This topic was modified 2 years ago by opicron . This topic was modified 2 years ago by opicron . Hey there! Thanks for your suggestion. We still need to add a menu in the admin bar. We have a few more plugins, and any user who uses more than one of our plugins or settings will see them under the ‘Codeixer’ menu, making it easy to navigate between them. You can use this code in your child theme functions.php to hide the menu /** * Removes some menus by page. * https://developer.wordpress.org/reference/functions/remove_menu_page/ */ function wpdocs_remove_menus(){ remove_menu_page( 'codeixer' ); //Dashboard } add_action( 'admin_menu', 'wpdocs_remove_menus' ); I disagree with the statement “making it easy to navigate between them”. The Codeixer main menu has one function and that is to promote or market the brandname. Plugin settings are supposed to be found under the settings menu where they are needed. Woocommerce main menu option for Woocommerce plugins Settings main menu for general plugins Tools main menu for tools If we use the hook to remove the Codeixer main menu there is no ‘normal’ flow to find the plugin settings. Which seems counter productive to a settings menu. You can find the settings link under the plugin name at plugins page or also can use custom hook to show it under Different menu. This reply was modified 2 years ago by Niloy - Codeixer . You realize that finding setting through the plugin list is a nonsensical way right? If ALL plugin developers follow your odd way of thinking we would have a LOT of main menu options. Which means I would have to run multiple snippets to remove these menu options, and having no sensible way of finding the options pages. Way to go! I will be removing this plugin from our current websites. Honestly, many company is follow this, maybe with other thinking. it’s fully up to you to use this plugin or not. Good luck

Comments

5 shown
Niloy – Codeixer 2024-05-15T21:00:00+00:00

Hey there! Thanks for your suggestion. We still need to add a menu in the admin bar. We have a few more plugins, and any user who uses more than one of our plugins or settings will see them under the ‘Codeixer’ menu, making it easy to navigate between them. You can use this code in your child theme functions.php to hide the menu /** * Removes some menus by page. * https://developer.wordpress.org/reference/functions/remove_menu_page/ */ function wpdocs_remove_menus(){ remove_menu_page( 'codeixer' ); //Dashboard } add_action( 'admin_menu', 'wpdocs_remove_menus' );

opicron 2024-05-16T08:08:00+00:00

I disagree with the statement “making it easy to navigate between them”. The Codeixer main menu has one function and that is to promote or market the brandname. Plugin settings are supposed to be found under the settings menu where they are needed. Woocommerce main menu option for Woocommerce plugins Settings main menu for general plugins Tools main menu for tools If we use the hook to remove the Codeixer main menu there is no ‘normal’ flow to find the plugin settings. Which seems counter productive to a settings menu.

Niloy – Codeixer 2024-05-17T04:25:00+00:00

You can find the settings link under the plugin name at plugins page or also can use custom hook to show it under Different menu. This reply was modified 2 years ago by Niloy - Codeixer .

opicron 2024-05-17T06:23:00+00:00

You realize that finding setting through the plugin list is a nonsensical way right? If ALL plugin developers follow your odd way of thinking we would have a LOT of main menu options. Which means I would have to run multiple snippets to remove these menu options, and having no sensible way of finding the options pages. Way to go! I will be removing this plugin from our current websites.

Niloy – Codeixer 2024-05-18T02:41:00+00:00

Honestly, many company is follow this, maybe with other thinking. it’s fully up to you to use this plugin or not. Good luck