CODE
Free edition

MevvCode

Add small features to WordPress without editing theme files.

Put the PHP, JavaScript, CSS, HTML or reusable text that changes your store in one searchable dashboard: a shipping rule, a checkout field, a tracking tag or an admin shortcut. MevvCode validates the change, compiles it to an atomic file runtime and keeps the last known-good version ready. You get the speed of code in a file without treating functions.php as a scratchpad.

What can one snippet change?

MevvCode is where small, site-specific behaviour lives. Write the code yourself or bring it from a source you trust; MevvCode gives it an editor, a scope, a history and a guarded way into production.

PHP · WooCommerce

First-order discount

Apply a discount only when the signed-in customer has no completed order.

PHP · Shipping

Free-shipping threshold

Show free shipping above a cart subtotal and hide the paid alternatives for that request.

PHP · Checkout

Tax ID field

Add a validated business or personal tax field to checkout and carry it into the order.

JavaScript · HTML

Analytics and verification tags

Place a tag in the head or footer with an explicit location instead of editing the theme.

CSS · Content

A store-specific interface rule

Change a badge, admin notice, product message or reusable content block without creating a one-off plugin.

Example · free shipping at 1,000

add_filter( 'woocommerce_package_rates',
  function ( $rates ) {
    if ( WC()->cart->get_subtotal() < 1000 ) {
      return $rates;
    }
    return array_filter( $rates, function ( $rate ) {
      return 'free_shipping' === $rate->method_id;
    } );
  }
);

The editor keeps source and metadata. The public request reads the compiled generation.

Save → Validate → Publish.

A change does not replace the working runtime merely because someone pressed save.

  1. 1

    Save

    Keep the source, type, location, priority, tags and conditions as one canonical record.

  2. 2

    Validate

    Parse every active PHP file and build a complete temporary generation. One failure stops the switch.

  3. 3

    Publish

    Swap one manifest atomically. The previous known-good generation stays available for rollback.

The code and its safety state, on the same screen.

The interface follows the same dashboard structure as MevvCart and ships with a complete Turkish catalogue in both Free and Pro.

Turkish MevvCode administration dashboard showing active snippets and runtime status
A real WordPress administration screen; no product mock-up.
9source records
6active snippets
0mismatches

Our own production cutover on mevvshop.com, 1 September 2026: names, exact code bytes, priority and active state compared after migration. One store is evidence of that migration, not a universal benchmark.

Pricing

All prices include VAT.

Choose a billing period

Free

MevvCode

Free

No cost, no card required.

  • PHP, JavaScript, CSS, HTML and text snippets — included
  • Query-free atomic file runtime — included
  • Fatal guard, automatic disable and signed safe mode — included
  • Reversible byte-for-byte migration from Code Snippets — included
  • Conditions, tags, groups, locks and bulk actions — included
  • JSON, PHP and third-party import/export — included
  • Revision history, role permissions, read-only REST and MU loader — included
  • Reusable and scheduled condition groups — not included
  • Device, referrer, geo, cart and order conditions — not included
  • Unlimited revisions and dependency-aware CSS/JS builds — not included
  • Google, Meta and TikTok ecommerce events — not included
  • Signed automation, functionality-plugin export and local insights — not included
  • Encrypted cloud workspaces, bundles and conflict protection — not included
  • Secret-redacted AI review that only proposes a diff — not included
  • Action-gated REST/MCP-compatible API — not included
Download the free edition

Pro

MevvCode Pro

$7.00

≈ 341,67 ₺ · VAT included

1 site

Buy now

$18.67

≈ 911,29 ₺ · VAT included

$21.00 $2.33 saved

1 site

Buy now

$35.00

≈ 1.708,36 ₺ · VAT included

$42.00 $7.00 saved

1 site

Buy now
En popüler

$54.60

≈ 2.665,05 ₺ · VAT included

$84.00 $29.40 saved

1 site

Buy now

$179.00

≈ 8.737,06 ₺ · VAT included

1 site

Buy now
  • PHP, JavaScript, CSS, HTML and text snippets — included
  • Query-free atomic file runtime — included
  • Fatal guard, automatic disable and signed safe mode — included
  • Reversible byte-for-byte migration from Code Snippets — included
  • Conditions, tags, groups, locks and bulk actions — included
  • JSON, PHP and third-party import/export — included
  • Revision history, role permissions, read-only REST and MU loader — included
  • Reusable and scheduled condition groups — included
  • Device, referrer, geo, cart and order conditions — included
  • Unlimited revisions and dependency-aware CSS/JS builds — included
  • Google, Meta and TikTok ecommerce events — included
  • Signed automation, functionality-plugin export and local insights — included
  • Encrypted cloud workspaces, bundles and conflict protection — included
  • Secret-redacted AI review that only proposes a diff — included
  • Action-gated REST/MCP-compatible API — included

1 USD = 48,8104 ₺ (İşbank rate)

Start with the runtime. Add delivery when you need it.

Free is not a demo and Pro does not own the published runtime. Choose by workflow, not by fear that existing snippets will stop.

Free

Start with Free

For one site owner who wants a safe, local home for code.

  • Unlimited PHP, JavaScript, CSS, HTML and text snippets
  • Atomic file runtime, fatal isolation and signed Safe Mode
  • Locations, visible AND/OR conditions, priorities, groups, tags and locks
  • Local revisions, starter library, generators and import/export
  • Reversible Code Snippets migration and standalone MU loader
Download the free edition

Pro

Choose Pro

For teams, multi-store delivery and commercial targeting.

  • Reusable and scheduled rules; device, referrer, geography, cart, order and customer context
  • Unlimited audit history, SCSS/LESS and JavaScript builds, and external asset dependencies
  • Marketing pixels, signed webhooks and automation, aggregate deployment insights
  • Functionality-plugin ZIP export and action-gated REST/MCP-compatible API
  • Encrypted cloud workspaces and opt-in, secret-redacted AI review
See Pro pricing

See the exact boundary and setup steps in the Free and Pro documentation.

The short answers.

Do I have to know how to code?

MevvCode manages and protects code; it does not turn a business sentence into correct production code by itself. You can write a snippet, use a reviewed library item or bring code from a developer or trusted source. Pro AI review explains a redacted copy and returns a diff, but never applies it automatically.

Is the Free edition enough for a normal site?

Yes. The five snippet types, guarded runtime, base conditions, revisions, migration, import/export and Safe Mode are Free. Pro is for team delivery, advanced commercial conditions, builds, automation, cloud and AI.

Can a syntax error take the site down?

An active PHP change is parsed before it can replace the current generation. A failed compile leaves the previous generation online. A runtime fatal is attributed to the responsible snippet and emergency-disables that record.

Will my Code Snippets migration change the code?

No. Source ids, names, exact code bytes, priority and active state are preserved. The source tables stay in place, and the old plugin is switched off only after compile and a signed public health check.

Where do I see and activate my Pro licence?

Purchased licences appear under mevvsoft.com/account. Install Free and Pro, then open MevvCode → Licence and enter the MEVD key. The licence is associated with the email used at checkout.

What stops if a Pro licence expires?

Pro editing and delivery surfaces close. Already-compiled behaviour keeps running through the Free runtime; your source remains exportable and is not held behind a subscription check.

Read the full MevvCode documentation →

Your next small feature does not need another mystery plugin.

Install Free, add one inactive snippet and publish it only after the validation result is clean. Move to Pro when the work becomes a team or multi-store delivery problem.

Product type
WordPress snippet manager
Runtime
Atomic files; no per-request snippet query
Types
PHP · JavaScript · CSS · HTML · Text
Migration
Reversible Code Snippets cutover
Free
Runtime, safety, conditions, revisions, import/export and MU loader
Pro
Team conditions, builds, automation, cloud, AI and API
Requirements
WordPress 6.6+, PHP 8.1+