tombroucke / zoocommerce-optimizer
Optimize WooCommerce install for performance
Installs: 827
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- composer/installers: ^1.0 || ^2.0
README
This plugin will remove bloat from your WooCommerce website. Currently, there is no way to disable WooCommerce blocks completely, without breaking other functionality.
Installation
Composer
composer require tombroucke/zoocommerce-optimizer
Enable analytics
add_filter('zoocommerce_optimizer_remove_admin_features', function ($removeFeatures) { return array_filter($removeFeatures, function ($feature) { return $feature !== 'analytics'; }); });
Why ZooCommerce
This plugin needs to load later than WooCommerce. Z > W.