Skip to main content

Installation

This page covers the baseline install for running WP SignalStack in a WordPress environment. The current implementation examples use Thinkific Ops.

Prerequisites

Before you install, confirm that you have:

  • a working WordPress site where your marketing pages live
  • access to install and activate plugins
  • credentials for your active integration (Thinkific credentials for Thinkific Ops)
  • access to wp-config.php for environment-level secrets

Install order

Install the components in this order:

  1. Install and activate your Base integration plugin (currently Thinkific Ops).
  2. If you use Pro features, install and activate the matching Pro add-on.
  3. Add the encryption key constant in wp-config.php.
  4. Open the plugin settings screen in WordPress admin.

Required environment constant

Add the encryption key before entering live credentials:

define( 'BB_FW_ENCRYPTION_KEY', 'your-long-random-secret-here' );

Use a long random value and keep it stable across requests. If this value changes after credentials have been stored, previously encrypted values may no longer decrypt correctly.

After activation

Once the plugins are active:

  • go to the integration settings screen
  • enter the required credentials for your integration (Thinkific subdomain/API credentials for Thinkific Ops)
  • save settings
  • run the initial sync if your workflow requires it

Continue with Configuration once the plugin is installed.