wp-pay-extensions/easy-digital-downloads
最新稳定版本:v4.4.0
Composer 安装命令:
composer require wp-pay-extensions/easy-digital-downloads
包简介
Easy Digital Downloads driver for the WordPress payment processing library.
README 文档
README
Easy Digital Downloads driver for the WordPress payment processing library.
Test Easy Digital Downloads Fees
As far as we know there are no free/open-source Easy Digital Downloads fees plugins. With the following must-use WordPress plugin it is possible to test the Easy Digital Downloads fees system.
wp-content/mu-plugins/edd-test-fee.php
<?php add_action( 'init', function() { if ( ! function_exists( 'EDD' ) ) { return; } EDD()->fees->add_fee( 10, 'Test Backwards Compatibility', 'test-compat' ); EDD()->fees->add_fee( array( 'amount' => 20, 'label' => 'Test', 'id' => 'test', 'no_tax' => false, 'type' => 'item', ) ); EDD()->fees->add_fee( array( 'amount' => -5.95, 'label' => 'Discount', 'id' => 'discount', 'type' => 'fee', ) ); EDD()->fees->add_fee( array( 'amount' => 30.75, 'label' => 'Arbitrary Item', 'download_id' => 8, 'id' => 'arbitrary_fee', 'type' => 'item', ) ); } );
- https://github.com/easydigitaldownloads/easy-digital-downloads/blob/2.9.11/tests/tests-cart.php#L506-L528
- https://github.com/easydigitaldownloads/easy-digital-downloads/blob/2.9.11/includes/class-edd-fees.php
Links
统计信息
- 总下载量: 32.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2014-09-16