wpdesk/wp-abtesting
最新稳定版本:2.0.0
Composer 安装命令:
composer require wpdesk/wp-abtesting
包简介
README 文档
README
WordPress Library to facilitate AB Testing
Requirements
PHP 5.6 or later.
Composer
You can install the bindings via Composer. Run the following command:
composer require wpdesk/wp-abtesting
To use the bindings, use Composer's autoload:
require_once 'vendor/autoload.php';
Compatiblity between plugins
To ensure that always the latest and valid version of composer libraries are loaded in WP env you should use a solution that ensure support between plugins and at least decreases the change that something would break. At the moment we recommend using wpdesk/wp-autoloader.
Manual instalation
If you do not wish to use Composer and wpdesk/wp-autoloader, you probably should stop using any existing library as it breaks compatibility between plugins.
Getting Started
Project documentation
统计信息
- 总下载量: 16.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-01-31