doc_hero_title

doc_hero_desc

doc_getting_started

doc_getting_started_intro

1

doc_step1_title

doc_step1_desc

2

doc_step2_title

doc_step2_desc

3

doc_step3_title

doc_step3_desc

doc_sdk_integration

doc_sdk_intro

// doc_sdk_init_comment
require_once 'class-wphubify-sdk.php';

new WPHubify_SDK([
    'product_id'   => 123,
    'product_slug' => 'my-plugin',
    'product_type' => 'plugin',
    'version'      => '1.0.0',
    'api_url'      => 'https://api.wphubify.io/v1',
]);

doc_tip

doc_sdk_tip

doc_licensing

doc_licensing_intro

doc_license_activation

doc_license_activation_desc

doc_license_validation

doc_license_validation_desc

doc_updates

doc_updates_intro

// doc_update_check_comment
$sdk->check_for_updates();

doc_api

doc_api_intro

POST /api/v1/license/activate

doc_api_activate

GET /api/v1/license/validate

doc_api_validate

GET /api/v1/update/check

doc_api_check_update

GET /api/v1/download/{license}

doc_api_download

Bereit anzufangen?

Registrieren Sie sich als Entwickler und beginnen Sie noch heute, Ihre WordPress-Produkte zu verkaufen.

Entwicklerkonto erstellen