leaStudios Snippets
Manage custom PHP, JavaScript, CSS, and HTML snippets without editing theme files. Auto-insert locations, conditional logic, safe-mode error handling, and a pre-built library of hooks for the leaStudios suite.
by leaStudios · github.com/adamjohnlea/leastudios-snippets · website
★ 0stars
9release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/adamjohnlea/leastudios-snippets/releases/download/v1.1.4/leastudios-snippets-1.1.4.zipFrom the readme
leaStudios Snippets
Manage custom PHP, JavaScript, CSS, and HTML snippets without editing theme files. Auto-insert locations, conditional logic, safe-mode error handling, and a pre-built library of hooks for the leaStudios suite.
- Requires WordPress: 6.4+
- Requires PHP: 8.1+
- License: GPL-2.0-or-later
Features
- PHP, JS, CSS, HTML snippets managed from the admin.
- Auto-insert locations — header, footer, before/after content, and more.
- Conditional logic — page type, user role, post type, specific page IDs.
- Safe mode — snippets that throw fatal errors are auto-deactivated with an admin notice.
- Warning tracking — snippets that emit non-fatal PHP warnings stay active but surface a dismissible admin notice.
- Pre-built library of hooks for leaStudios suite plugins.
- Priority control for execution order.
Safety model
Only administrators with manageoptions can create or edit snippets. A custom error handler captures fatal errors during snippet execution; the offending snippet is auto-deactivated and a safe-mode flag prevents re-execution until you fix and re-enable it. Fatal errors are contained even when they occur in deferred hooks or as uncatchable fatals, via a shutdo
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.1.4 | May 24, 2026 | leastudios-snippets-1.1.4.zip | 3 |
| v1.1.3 | May 24, 2026 | leastudios-snippets-1.1.3.zip | 1 |
| v1.1.2 | May 24, 2026 | leastudios-snippets-1.1.2.zip | 1 |
| v1.1.0 | May 23, 2026 | leastudios-snippets-1.1.0.zip | 0 |
| v1.0.0 | May 23, 2026 | leastudios-snippets-1.0.0.zip | 2 |
| v1.1.1 | May 23, 2026 | leastudios-snippets-1.1.1.zip | 2 |