tombroucke/zoocommerce-optimizer

There is no license information available for the latest version (2.0.0) of this package.

Optimize WooCommerce install for performance

Installs: 315

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

2.0.0 2024-02-28 15:13 UTC

This package is auto-updated.

Last update: 2024-04-28 16:02:13 UTC


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.