Linux 软件免费装
Banner图

Ultivo Toolkit – Custom Fields, Forms, SEO & Enhancements

开发者 royaar
更新时间 2026年9月13日 22:21
PHP版本: 8.2 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

custom post types custom fields repeater enhancements optimizations

下载

1.1.0 1.2.0 1.2.1 1.0.0

详情介绍:

Every WordPress build starts the same way: a field plugin, a form plugin, an SEO plugin, and a handful of one-trick utilities for the things WordPress does not do. Ultivo Toolkit is those four, in one plugin that shares one interface, one set of conventions and one place to switch things on and off. Every part is optional. Turn off what you do not need under Ultivo Toolkit → Settings and it registers nothing at all: no menus, no screens, no hooks, no queries. A plugin that does four things is only heavy if all four are running. Nothing you built disappears when you switch one off: the data stays put and comes back the moment you switch the feature on again. Pro adds Blueprints, Flexible Content and the Clone field, and is available at wpultimate.org. Launch offer: 10% off your first year with code LAUNCH10, until 30 September 2026. Nothing is sent to us, ever. Two features do reach an outside service: spam protection, if you turn it on, and the map preview in the admin. Both are described under External services below. Custom fields Build field groups in a visual builder and attach them to anything with location rules. Forms SEO Enough to launch a site with, and nothing more. No traffic lights, no scores. Site enhancements Seventeen switches for the things you set up on every site: cleanup of the <head>, disabling comments, the classic editor, maintenance mode, SVG and AVIF uploads, login branding, duplicating posts, a custom login URL, manual content ordering, disabling components you do not use, limiting login attempts, revisions and Heartbeat, redirects with a 404 log, admin columns, SMTP and a full admin menu organiser. All off by default. For developers Coming from ACF? Ultivo Toolkit stores values in exactly the pattern ACF uses, and Tools → Migrate from ACF converts your field groups from the database and from the theme's acf-json folder. Field keys are preserved, so your existing content keeps working and your templates keep returning the same values. Migration is a feature here, not the point of the plugin. You are not buying a copy of something else.

安装:

  1. Upload the ultivo folder to /wp-content/plugins/, or install the plugin through Plugins → Add New.
  2. Activate it through the Plugins menu.
  3. A short setup wizard opens once, where you pick the features and enhancements you want. You can change every choice later under Ultivo Toolkit → Settings.
Ultivo Toolkit needs WordPress 6.0 or newer and PHP 8.2 or newer.

屏幕截图:

  • What your editors get: your fields on the post or page they belong to, grouped into tabs, in the order and layout you defined.
  • The form builder. Drag a field from the palette onto the canvas, and the preview is the same renderer that draws the form on your site.
  • The dashboard: recent submissions, what you edited last, and anything that still needs attention.
  • Site enhancements. Seventeen small modules you would otherwise install separate plugins for, each one off until you switch it on.
  • SEO on every post and page: title and description with a live Google and social preview, a canonical URL, and a switch to keep the page out of search results.

常见问题:

Why one plugin instead of four?

Because four plugins mean four interfaces, four update cycles and four places where something can break when WordPress changes. Ultivo Toolkit shares one set of conventions across fields, forms, SEO and the site utilities, and every part can be switched off if you would rather keep what you already have.

Will four plugins in one slow my site down?

Only the parts you switch on do anything. A disabled feature or module is not "loaded but idle": its code is never included, so it registers no hooks, adds no admin screens, enqueues no CSS or JavaScript and runs no queries. A site that only uses custom fields carries the custom fields code and nothing else. On the front end, the parts that are on stay out of the way too. Field values are ordinary post meta, so reading them is a normal get_post_meta() call. The SEO part prints a handful of tags in <head>. A form loads its assets while it renders, and only the ones it needs: no form on the page means no CSS and no JavaScript, and a form without a date field does not load the date picker.

Can I run it alongside my current plugins?

Yes. Ultivo Toolkit never switches another plugin off. Its SEO part deliberately prints nothing while Yoast, Rank Math or All in One SEO is active, and where a feature overlaps with something you already have, the dashboard says so and lets you decide.

What is not in the free version?

Three things live in Pro: Blueprints, Flexible Content and the Clone field. Everything else on this page is in the version you are reading about, without a trial period, a row limit or a feature that stops after thirty days. There are no ads in the admin and nothing nags you to upgrade.

Am I locked into this plugin?

No, and that is a deliberate design decision rather than a promise. Values are stored in ordinary post meta as field_name, with a hidden _field_name recording which field wrote it, and repeater rows as separate keys like name_0_subname. Nothing is serialised into one blob, so WP_Query, get_post_meta() and plain SQL keep working on your content whether this plugin is installed or not. Which meta table is used depends on where the field group appears: post, user, term or options.

Is it actively maintained?

Yes. Ultivo Toolkit is developed in the open and the Pro version pays for that work, which is the honest answer to why it will still be here next year. Bugs are fixed in the free version too, not held back for a paid release.

Can I migrate from ACF?

Yes. Tools → Migrate from ACF converts field groups from the database and from the theme's acf-json folder. Field keys are preserved, so no content has to be migrated with them.

What happens when I deactivate or delete the plugin?

Deactivating stops everything immediately. No menus, no hooks, and a custom login URL goes back to wp-login.php, while your data stays untouched. Deleting the plugin also leaves your data in the database on purpose, so that reinstalling picks up exactly where you left off. If you want it gone for good, remove it yourself before deleting.

更新日志:

1.2.1 1.2.0 Forms: Entries: Fixes: 1.1.0 Forms: Entries: Fixes: 1.0.0