Advanced Custom Fields Pro
Still the reference implementation for structured content in WordPress. If you build custom post types for a living, this is not really optional.
Instant access Original unmodified files Free future updates
ACF turns WordPress into a proper content modelling tool. Define fields, attach them to post types by rule, and read them back with one function. Nothing else in the ecosystem does this as cleanly.
What it actually does
Advanced Custom Fields Pro is a plugin maintained by WP Engine. The current release is version 6.5.3, published on 18 June 2026. What follows is based on running it in production rather than on reading the feature list.
The install is unremarkable in the good sense: activate, run the setup flow, and you are looking at a working configuration inside a few minutes. That matters more than it sounds, because the plugins that go wrong usually go wrong at the point where a reasonable default was not chosen for you.
What works well
- Repeater, Flexible Content and Clone fields make complex layouts editable by clients
- ACF Blocks let you register Gutenberg blocks in PHP without a build step
- Local JSON keeps field definitions in version control where they belong
- Options Pages for genuinely global settings
Taken together these are not marginal conveniences. Each one removes a decision, a second plugin, or an hour of work that would otherwise land on you.
Where it falls short
- Flexible Content is easy to over-use and hard to unwind later
- Query performance needs care — meta queries do not scale like taxonomy queries
- The free/Pro split puts Repeater behind the paywall, which shapes every project decision
None of these are dealbreakers on their own. They are the kind of thing worth knowing before you commit a project to it, rather than discovering three sprints in.
Performance and maintenance
Measured on a standard install with a clean database, the overhead is what you would expect from a product of this scope. As always, the number that matters is the one you measure on your own stack, with your own plugin set and your own hosting.
The right question is rarely “is this plugin fast”. It is “is this plugin fast enough for what it replaces”.
Update cadence has been steady, and the changelog reads like a maintained product rather than a parked one — which, for anything you are putting at the centre of a site, is the single most important signal there is.
The verdict
Best for developers building bespoke content types, and any project where the editor experience matters.
Version 6.5.3 is a solid place to start. If it fits the shape of your project, it will not be the thing that holds you back.
The verdict
Download Advanced Custom Fields Pro and see for yourself
You get the full Advanced Custom Fields Pro release (v6.5.3), ready to install, plus every update that follows. One click and it is yours.
Download Advanced Custom Fields Pro v6.5.3- Instant download
- Original developer files
- Updated 18 Jun 2026
Related reviews
Browse allWPCode Pro
Add, organise and conditionally run custom WordPress code from one dashboard, with snippets, shortcodes, version history…