Advanced Custom Fields (ACF) Pro v6.8.10 Plugin

Advanced Custom Fields Pro (ACF Pro) gives WordPress developers full control over custom meta data. Instead of writing custom meta boxes from scratch in PHP, you build clean edit screens directly in wp-admin and bind fields to posts, pages, custom post types, and taxonomies.
The Pro version adds repeater fields, flexible content layouts, and options pages for site-wide settings. It pairs directly with visual builders like Elementor Pro for dynamic tag rendering. You also get front-end form generation via acf_form(), which lets users submit content without seeing the WordPress dashboard.
6.8.10Core Features of Advanced Custom Fields (ACF) Pro Plugin
- ACF Blocks: Register native Gutenberg blocks in PHP without configuring React, Webpack, or Babel. Templates use standard functions like
get_field(). - The Repeater Field: Create rows of sub-fields that repeat as many times as needed, with table, block, or row layout options.
- The Flexible Content Field: Define modular content blocks that editors can add, rearrange, and configure on any page like a lightweight page builder.
- Global Options Pages: Add custom top-level or sub-menu admin pages to store site-wide contact info, header notices, and footer scripts outside individual posts.
- The Gallery Field: Add an image gallery interface to posts with drag-and-drop sorting and batch image uploads directly in the edit screen.
- The Clone Field: Re-use existing field definitions across different field groups on demand without duplicating schema configuration in the database.
- Local JSON Synchronization: Save field group definitions automatically to
.jsonfiles in your theme for Git version control and instant dev-to-production deployment. - Bulk Import & Feed Mapping: Works with WP All Import Pro ACF Add-On to map CSV, Excel, and XML feeds directly into complex repeater and flexible layouts.
- Front-End Forms (acf_form): Render secure forms on the front end of your site for guest or registered user submissions, with server-side validation and draft post creation.
- Advanced Relationship & Post Object Fields: Link posts, pages, and custom taxonomies with bi-directional syncing and searchable dropdown filters.
- AJAX Search for High-Volume Sites: Search and paginate through thousands of relationship items via AJAX without slowing down admin page load times.
- Developer Helper API: Access standard PHP helpers including
get_field(),the_field(),have_rows(), andupdate_field()with extensive action and filter hooks.
What’s New (Changelog) in Advanced Custom Fields (ACF) Pro v6.8.10
= 6.8.10 =
*Release Date 10th September 2026*
* Security - ACF now validates that uploaded PDF files begin with the standard `%PDF-` header before further processing, rejecting files that do not match the expected format
* Security - The Relationship, Post Object, Image, Gallery, and File fields now enforce WordPress read permissions on referenced posts and attachments when returned in REST API responses
* Security - ACF now verifies both preview context and the caller's edit capability before substituting revision data when field values are retrieved for a post
* Security - The `_acf_form` token used by frontend forms now expires and is bound to its issuing render, and `acf_encrypt()` / `acf_decrypt()` gain an optional `$context` argument for domain separation between token uses
* Security - ACF now consistently runs field validation on frontend form submissions containing field data, ensuring required-field checks and custom `acf/validate_value` filters cannot be circumvented
* Security - ACF's REST API schema no longer discloses per-object field-group configuration in OPTIONS requests to callers who lack read permission on the target object
* Security - The User field AJAX endpoint now validates that the request nonce was created for a User field
Similar Plugins
Free Download Advanced Custom Fields (ACF) Pro Latest Version
How to Install and Safely Upgrade Advanced Custom Fields (ACF) Pro
Upgrading from ACF Free to ACF Pro or updating your current installation to the latest version takes about a minute. Your field groups, post meta, and database records remain untouched throughout the process.
Step 1: Download the Plugin Archive
Download the latest zip archive using the download links above. Keep the advanced-custom-fields-pro.zip file intact on your computer without unzipping it.
Step 2: Upload Through WordPress Admin
Open your WordPress admin panel and go to Plugins > Add New > Upload Plugin. Select the zip file from your drive and click Install Now.
Step 3: Replace Current Version
WordPress will show a screen comparing the installed version with the uploaded file. Click “Replace current with uploaded”. Your custom fields, saved post values, and Local JSON files stay fully operational.
Frequently Asked Questions (FAQ)
What is the difference between ACF Free and ACF Pro?
ACF Pro adds five field types absent in the free version: Repeater, Flexible Content, Gallery, Clone, and ACF Blocks (Gutenberg blocks in PHP). It also includes built-in options pages.
Can I build custom Gutenberg blocks with ACF Pro without writing React?
Yes. ACF Blocks lets you register blocks with acf_register_block_type() or block.json and render them with pure PHP templates. You can query field values with standard get_field() calls without setting up Node.js, Webpack, or React.
Will upgrading from ACF Free to ACF Pro break my existing field groups?
No. ACF Pro uses the same database keys and tables as the free plugin. When you activate Pro, all your existing field groups and saved post values remain intact.
What is Local JSON and how does it help development?
Local JSON saves field group configurations to .json files in your active theme folder. This allows you to track field schema changes in Git and sync them between local, staging, and live servers without database exports.
Is ACF Pro safe to use on client websites under the GPL?
Yes. ACF Pro is licensed under the GNU General Public License. You can install and use it on unlimited client or personal sites. All field types work without entering an activation key.
How do I update ACF Pro when a new version comes out?
Download the latest zip from GPLAstra and upload it through Plugins > Add New > Upload Plugin, then choose “Replace current with uploaded”. WordPress overwrites the plugin files while keeping your settings intact.