firetreedesign / carbon-field-edd-license
Carbon Fields extension, that adds an Easy Digital Downloads Software Licensing field type.
v1.0.4
2021-08-12 00:12 UTC
README
A field add-on for Carbon Fields that allows you to Activate and Deactivate a license key with Software Licensing for Easy Digital Downloads.
Requirements
Installation
composer require firetreedesign/carbon-field-edd-license
Example
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 );