tombroucke/zoocommerce-optimizer
最新稳定版本:2.0.0
Composer 安装命令:
composer require tombroucke/zoocommerce-optimizer
包简介
Optimize WooCommerce install for performance
README 文档
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.
统计信息
- 总下载量: 1.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-08-09