Modifies the ACF Repeater addon to batch update queries for performance improvement.
License
mchestnut/acf-repeater-batch-update
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
=== ACF Repeater Batch Update === Contributors: mchestnut Tags: custom fields, acf, performance Requires at least: 4.0 Tested up to: 4.5 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Modifies the ACF Repeater addon to batch update queries for performance improvement. == Description == Modifies the Advanced Custom Fields Repeater addon to batch update queries for performance improvement. This is necessary for posts that contain complex nested repeater fields. If you have issues with server timeouts while publishing changes, this plugin may help solve that. = How It Works = This plugin uses a custom action that bypasses the core update_metadata function to update repeater fields. This custom action pulls all subfields from the repeater into a single SQL statement to reduce the requests going to the database. **This plugin requires both the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) plugin (version 4.0+ only) *AND* [Repeater Field](http://www.advancedcustomfields.com/add-ons/repeater-field/) paid add-ons.** = Requirements = * Advanced Custom Fields * ACF Repeater Field == Installation == 1. Upload the `acf-repeater-batch-update` directory to `/wp-content/plugins/`, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress == Changelog == = 1.0.1 = * Fixed special characters not being escaped for SQL statements = 1.0.0 = * First version
About
Modifies the ACF Repeater addon to batch update queries for performance improvement.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published