-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Richard Kent Gates edited this page Mar 6, 2026
·
1 revision
- WordPress: 6.2 or higher
- PHP: 7.2 or higher
-
User Role: Administrator (
manage_optionscapability)
- Download the latest release ZIP from GitHub Releases
- Navigate to Plugins → Add New in your WordPress admin
- Click Upload Plugin and select the downloaded ZIP file
- Click Install Now, then Activate
- Download and extract the plugin files from GitHub Releases
- Upload the
scriptomaticfolder to/wp-content/plugins/ - Navigate to Plugins in your WordPress admin
- Find Scriptomatic and click Activate
cd /path/to/wordpress/wp-content/plugins/
git clone https://github.com/richardkentgates/scriptomatic.gitThen activate via Plugins in your WordPress admin.
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)
A 3-day free trial is available (credit card or PayPal required). Visit Scriptomatic → Account or upgrade here.
← Home