🔌 Internal Plugins Knowledge Base

Welcome to the central repository for our custom WordPress plugins. Use the sidebar to navigate or search for specific hooks and deployment steps.

💡
Note: All internal plugins require PHP 8.1 or higher and must be tracked via our internal GitLab repository.

1. Auth Handler Plugin

Manages Single Sign-On (SSO) tokens across our staging and production networks.

Installation

Upload the zip file via the plugin directory and define the following constant in your wp-config.php:

define( 'INTERNAL_AUTH_KEY', 'your-secure-token-here' );
⚠️
Never commit the INTERNAL_AUTH_KEY directly to public or shared version control trees.

2. DB Sync Engine

Automates database migration differentials between local environments and the main sandbox.

WP-CLI Commands

Run the synchronization directly via terminal access:

wp internal-sync run --force

3. Custom Checkout (Stripe Integration)

Overrides the standard web checkout layouts to handle automated B2B licensing distributions natively.

Webhook handshakes are now fully automated and do not require manual cron setups.