Skip to content

Products

Products represent WordPress plugins or themes that you distribute through PackEdge.

Creating a Product

  1. Go to Products in the console sidebar
  2. Click New Product
  3. Fill in the details:
FieldRequiredDescription
NameYesDisplay name (e.g., "My Awesome Plugin")
SlugAutoURL-safe identifier, auto-generated from name
TypeYesplugin or theme
DescriptionNoShort description
License PrefixNoCustom prefix for license keys (e.g., MYPLUGIN)
Requires LicenseNoWhether the product requires a license to function
Manages ReleasesNoEnable release/update distribution

Public Key

Each product has a public_key that's safe to embed in client code. Use this key when calling the Public API for license validation.

php
// Safe to include in your plugin
$public_key = 'pk_your_public_key_here';

Product Status

StatusDescription
draftNot visible, still being configured
activeLive and accepting licenses
archivedSoft-deleted, no longer active

Product Metadata

Optional metadata for display in WordPress:

  • Logo URL — displayed in the console and WordPress update screen
  • Banner URL — used in WordPress plugin details
  • Icon — emoji or icon URL for quick identification
  • Readme URL — link to product documentation