Getting started

Get SnipCraft running on your WordPress site, understand the admin layout, and create your first code snippet in minutes.

Install SnipCraft

The free edition is available directly from the WordPress plugin directory. Search for "SnipCraft" inside your WordPress dashboard (Plugins → Add New), or download it from wordpress.org/plugins/snipcraft. Activate it like any other plugin and you are ready to go.

SnipCraft Pro is a separate, licensed plugin that supersedes the free edition. A site runs one edition only — never both at the same time. If you upgrade to Pro, the free plugin is automatically deactivated and your existing snippets carry over without any data changes.

SnipCraft requires WordPress 6.6 or higher and PHP 7.4 or higher.

The admin layout

After activation, a Snippets entry appears in the WordPress admin sidebar. The main page has three tabs:

  • Snippets — your list of code snippets; create, edit, enable, and disable them here.
  • Modules — grouped collections of related snippets that can be toggled together.
  • Library — browse and import ready-made snippets from the public SnipCraft cloud catalog.

Below the main page you will find a separate Settings page for plugin-wide configuration. SnipCraft Pro adds a License page for managing your license key.

Create your first snippet

Creating a snippet takes less than a minute. Follow these steps:

  1. Open the Snippets tab and click New snippet.
  2. Choose a snippet type — PHP, CSS, JS, or HTML.
  3. Select a scope — controls where the snippet runs. See snippet scopes for details.
  4. Paste or type your code into the editor.
  5. Click Save. Every save creates a new revision — see revisions.
  6. Toggle the snippet on using the enable switch next to it in the list.

Snippet types and scopes

SnipCraft supports four snippet types — PHP, CSS, JavaScript and HTML — and each snippet runs in a configurable scope.

Staying safe

If a snippet triggers a fatal error, SnipCraft automatically disables it so your site keeps running. An admin notice tells you which snippet caused the problem. For deeper recovery situations — such as a broken snippet that prevents the admin from loading — SnipCraft provides safe mode, a way to access the admin without running any snippets.