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: 530

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-06-28 16:15:49 UTC


README

ZooCommerce Optimizer

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.