Replace the WooCommerce admin menu name and icon with your own — simple, clean, and perfect for client sites.
Ideal for freelancers and agencies who want to deliver a white-labeled experience in the WordPress admin.
If you find this plugin helpful, please consider leaving a review — it supports future updates and helps others find the plugin.
- Change WooCommerce admin menu name
- Replace the menu icon with any Dashicon or SVG
- No bloat – just one clean settings screen
- No frontend impact
- Fully compliant with WordPress Coding Standards
If you discover a security vulnerability in this plugin, please report it privately to mail@webtions.com so it can be addressed responsibly.
GPL-3.0 See license details here
Show setup instructions
git clone https://github.com/webtions/woocommerce-branding.git
cd woocommerce-branding
composer installCheck for coding standard violations:
composer standards:checkFix fixable code style issues:
composer standards:fixRun static analysis:
composer analyzeThis plugin follows the official WordPress Coding Standards.
View changelog
- Removed
wp_enqueue_media()and custom JavaScript for cleaner settings page - Added visibility declarations to all class methods
- Escaped all translatable and dynamic output using
esc_html__(),esc_attr(), andesc_url() - Used strict comparison (
true) inin_array()checks - Sanitized and unslashed
$_GET['page']in settings asset loader - Added full docblocks to all public methods for better developer clarity
- Cleaned up code formatting and ensured PHPCS compliance
- Minor internal code improvements and documentation updates
- Initial release