tombroucke / zoocommerce-optimizer
There is no license information available for the latest version (2.0.0) of this package.
Optimize WooCommerce install for performance
Package info
github.com/tombroucke/zoocommerce-optimizer
Type:wordpress-plugin
pkg:composer/tombroucke/zoocommerce-optimizer
2.0.0
2024-02-28 15:13 UTC
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.