Skip to content
Ultivo Toolkit 1.0 is here! Get 10% off your first year with LAUNCH10 until September 30. See pricing
Version 1.0.0, out now

Ultivo Toolkit

The WordPress developer toolkit: custom fields, forms, SEO essentials and site utilities in one fast plugin that ships ready to run. One consistent workflow instead of ten single-purpose plugins.

Free on wordpress.org · Pro from $49/year.

single-product.php
$price = ultivo_field('product_price');

foreach (ultivo_rows('gallery') as $slide) {
    printf('<figure>%s</figure>',
        esc_html($slide->get('caption')));
}

// same fields, same keys.
// UI and code stay in sync
3 switchable features
35 field types
17 utility modules
WP 6.0+ · PHP 8.2+ requirements
Why this exists

Built by a WordPress developer who was tired of installing ten plugins to start one project.

Ultivo Toolkit replaces the repetitive WordPress plugin stack with one consistent developer workflow. Every feature is here because a real project needed it. No filler, no marketing checklists.

What's inside

One toolkit for the whole build

Custom fields, forms and SEO share one value engine, one set of admin patterns and one template API. Enable what a project needs. Nothing else loads.

Custom fields

35 field types including repeater and group. Visual builder, conditional logic, location rules, validation on both sides. Flexible content and clone come with Pro.

ultivo_field('hero_title')

Forms

Front-end forms rendered from field groups. Entries stored as their own post type, readable with the exact same template functions.

[ultivo_form id="contact"]

SEO essentials

Title and meta templates, Open Graph, XML sitemap. Detects Yoast, Rank Math or AIOSEO and steps aside automatically.

<meta property="og:title">
01 Install

One plugin. The setup wizard gets you started.

02 Create fields

Model your content in the visual builder.

03 Wire templates

ultivo_field() in your theme. Done.

04 Enable extras

Forms, SEO and modules, per project.

05 Ship

JSON sync keeps every field group in git.

Developer first

Write WordPress the way you already work

One short template API, the classic ACF-style functions alongside it for projects moving across, and field groups that live in version control.

$title = ultivo_field('hero_title');

foreach (ultivo_rows('team') as $member) {
    $name = $member->get('name');
}

// or hand the whole loop to a template part
ultivo_rows('blocks')->render('template-parts/blocks');
if (ultivo_have_rows('team')) :
    while (ultivo_have_rows('team')) : ultivo_the_row();
        $name = ultivo_get_sub_field('name');
    endwhile;
endif;
// {theme}/ultivo-json/group_team.json
{ "key": "group_team", "title": "Team", "fields": [ … ] }

Field groups sync to your theme as JSON: diff them, review them, deploy them like any other code.

Install wizard

It knows what you're already running

First activation opens a short wizard: pick your features, choose recommended modules, and see exactly how Ultivo Toolkit fits next to the plugins you already have.

Detected · Yoast SEO SEO stays out of the way

Ultivo Toolkit's SEO feature switches itself off automatically. No duplicate meta tags, no fighting over the sitemap.

Detected · ACF Import your field groups

One click moves field groups from the database and acf-json, keys intact, content untouched, templates keep resolving.

Detected · Contact Form 7 Switch when you're ready

Keep what works. The wizard only points out what Ultivo Toolkit could take over. It never deactivates anything for you.

No conflicts. No duplicate functionality. No guessing.

Utility modules

Retire a stack of single-purpose plugins

17 site utilities, all off by default. Flip on what a project needs. Nothing else loads a single line.

  • Cleanup
  • Disable comments
  • Classic editor
  • Duplicate posts
  • Content ordering
  • Admin columns
  • SVG support
  • AVIF support
  • Maintenance mode
  • Login branding
  • Hide login
  • Limit login attempts
  • Disable components
  • Revisions & Heartbeat
  • Redirects
  • SMTP
  • Admin Menu Organizer

Fewer plugins to update, audit and secure: one settings screen instead of 17.

Pricing

Free where it counts. Pro where it pays.

Start on Free, upgrade when a project needs more.

Free

The full core toolkit. Unlimited sites.

  • 33 field types, including repeater and group
  • Post types, taxonomies and options pages
  • Forms and SEO essentials
  • All utility modules
  • Local JSON, so field groups live in your theme
  • One-click ACF migration

Pro

Power features for teams and agencies. From $49 per year.

  • Blueprints: export and import a whole setup
  • Clone field
  • Flexible Content
  • Code snippets: PHP, CSS, JavaScript and HTML
  • Priority support & Pro updates
FAQ

Good questions

Yes. The core toolkit is free, on unlimited sites. Pro adds power features on top; nothing in Free ever gets locked away.

Blueprints, the Clone field, Flexible Content, and snippets that run code: PHP, JavaScript and HTML. Plus priority support and Pro updates. Everything else is in the free version, including CSS snippets.

Nothing. It keeps working. Ultivo Toolkit reads and writes the same storage pattern, and the migration tool moves your field group definitions while your content stays untouched.

Yes. The free version has no site limit at all. A Pro license covers a set number of sites, so pick the size that matches how many you run it on. The key stays yours: activate it on the sites you manage, rather than handing it to a client.

WordPress 6.0 or newer and PHP 8.2 or newer.

Nothing stops working. Your site, your content and the Pro features you have already set up all keep running. What stops is Pro updates and priority support, until you renew.

Build your next WordPress project with one toolkit

Free on wordpress.org, on unlimited sites. Pro when a project needs more.