Managing the Gravity Forms License Key with WP-CLI

Managing the Gravity Forms License Key with WP-CLI

Updating the License KeyExamplesParametersDeleting the License KeyExamples

Using the Gravity Forms CLI Add-On and the following commands you can update and delete the Gravity Forms license key from the command line.
Updating the License Key
wp gf license update
Updates the Gravity Forms license key.
Examples
123# Updating the plugin to use the specified license key.$ wp gf license update abc123License key updated
Parameters

Argument
Description

[]
A valid Gravity Forms license key.

Deleting the License Key
wp gf license delete
Deletes the Gravity Forms license key.
Examples
123# Deleting license key from the plugin.$ wp gf license deleteLicense key deleted

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註