Skip to content
 
 

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

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages