Skip to content

[READ ONLY] A Licensing Package that attaches Jetpack licenses. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

License

Notifications You must be signed in to change notification settings

jneto81/jetpack-licensing

 
 

Repository files navigation

Jetpack Licensing

A Licensing Package that attaches Jetpack licenses.

Usage

Initialize to automatically attach licenses when:

  • The jetpack_licenses option is updated.
  • Jetpack is connected.
use Automattic\Jetpack\Licensing;

Licensing::instance()->initialize();

Attach an array of license keys.

use Automattic\Jetpack\Licensing;

$licenses = array( 'license_key_1', 'license_key_2' );
$results  = Licensing::instance()->attach_licenses( $licenses );

About

[READ ONLY] A Licensing Package that attaches Jetpack licenses. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%