Skip to content

Installation

Richard Kent Gates edited this page Mar 6, 2026 · 1 revision

Installation

Requirements

  • WordPress: 6.2 or higher
  • PHP: 7.2 or higher
  • User Role: Administrator (manage_options capability)

Method 1: Upload via WordPress Admin

  1. Download the latest release ZIP from GitHub Releases
  2. Navigate to Plugins → Add New in your WordPress admin
  3. Click Upload Plugin and select the downloaded ZIP file
  4. Click Install Now, then Activate

Method 2: Manual Installation

  1. Download and extract the plugin files from GitHub Releases
  2. Upload the scriptomatic folder to /wp-content/plugins/
  3. Navigate to Plugins in your WordPress admin
  4. Find Scriptomatic and click Activate

Method 3: Git Clone (for developers)

cd /path/to/wordpress/wp-content/plugins/
git clone https://github.com/richardkentgates/scriptomatic.git

Then activate via Plugins in your WordPress admin.


After Activation

The plugin creates two custom database tables on first activation:

  • {prefix}scriptomatic_log — activity log
  • {prefix}scriptomatic_prefs_log — preferences change history

These are created with dbDelta() and are multisite-aware (one set of tables per sub-site).

After activating you will find Scriptomatic in the WordPress admin sidebar with the following sub-pages:

  • Head Scripts
  • Footer Scripts
  • JS Files (Pro)
  • Preferences
  • Account (Freemius licence management)

Upgrading to Pro

A 3-day free trial is available (credit card or PayPal required). Visit Scriptomatic → Account or upgrade here.

Home

Clone this wiki locally