firetreedesign/carbon-field-edd-license

Carbon Fields 扩展,添加了Easy Digital Downloads软件许可字段类型。

v1.0.4 2021-08-12 00:12 UTC

This package is auto-updated.

Last update: 2024-09-12 22:17:33 UTC


README

Latest Stable Version Total Downloads License

Carbon Fields的字段扩展,允许您使用Easy Digital Downloads的软件许可激活和停用许可证密钥。

要求

安装

composer require firetreedesign/carbon-field-edd-license

示例

Field::make( 'edd_license', 'my_license_key', __( 'My License Key' ) )
    ->set_plugin_file( __FILE__ )
    ->set_item_id( 224 )
    ->set_version( '1.0.0' )
    ->set_store_url( 'https://firetreedesign.com/' )
    ->set_author( __( 'FireTree Design, LLC' ) );
    ->set_beta( false );