← Back to all plugins

ACF Quick Edit Fields

<p>WordPress plugin which adds Quick Edit functionality to Advanced Custom Fields Plugin (<a href="http://www.advancedcustomfields.com/pro/" rel="nofollow ugc">Pro</a> and <a href="https://wordpress.org/plugins/advanced-custom-fields/" rel="ugc">Free 5+</a>.</p> <h4>Features</h4> <ul> <li>Show ACF field values in List views<br /> <a href="https://github.com/mcguffin/acf-quickedit-fields/wiki/Feature-Support-Matrix#supported-acf-fields" rel="nofollow ugc">Supported ACF Fields</a>.</li> <li>Supports Post, Term and User list tables</li> <li>Scalar Columns (Like Text, Number, &#8230;) can be made sortable</li> <li>Edit ACF Field values in Quick edit and Bulk edit</li> </ul> <h4>Known Limitations</h4> <ul> <li>Bulk Edit seems to be incompatible with <a href="https://searchandfilter.com/" rel="nofollow ugc">Search &amp; Filter Pro</a> @see <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/145" rel="nofollow ugc">Issue #145</a></li> <li>Might show a message if ACF Pro comes in bundle with another plugin. @see <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/145" rel="nofollow ugc">Issue #146</a></li> <li>The plugin is not tested against wooCommerce, so some issues may occur. @see <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/135" rel="nofollow ugc">Issue #135</a>, <a href="https://github.com/mcguffin/acf-quickedit-fields/issues/173" rel="nofollow ugc">Issue #173</a>. I will happily accept pull request, fixing such issues.</li> </ul> <h4>Usage</h4> <h4>In the Fieldgroup editor:</h4> <p><strong>Column View:</strong></p> <ul> <li> <p><em>Show Column</em> will sho a column in the WP List Table.</p> </li> <li> <p><em>Sortable Column</em> will make the column sortable. This only works with primitive Field types like Text, Number, Range and so on.</p> </li> <li> <p><em>Column weight</em> gives you an option to take control of the column order. The higher the weight, the more to the right the column will be. Present columns will have defaults weights of multiples of 100 starting with zero for the checkbox column. For example to place an image column between the checkbox (column weight = 0) and title (column weight = 100) choose a value between 0 and 100.</p> </li> <li> <p><em>Filter</em> add a filter to the posts users or terms list.</p> </li> </ul> <p><strong>Editing</strong></p> <p>Toggle <em>QuickEdit</em> and <em>Bulk Edit</em> to enable Editing in the list table view.</p> <p><strong>Searching</strong></p> <p>Enable <em>Backend Search</em> to make a field searchable in the list table view.</p> <p><strong>Location Rules</strong></p> <p>The plugin follows ACFs location rule logic as far as possible. If you have a field group that is only applies to posts in a specific category or with a certain post starus, then columns and quick edit will only show up, if you have filtered the posts by that category ar post status.</p> <p>Negative rules (like “Post category <em>is not</em> equal to X”) will not work – simply because the WP does not provide an admin view for “Posts not in category X”.</p> <p>With the <em>Simplifed Location Rules</em> option enabled for a field group only the post type or taxonomy rules are applied. Any other rule ist skipped. This allows you to always show and edit the fields in list views, regardless of the current list filter. The downside is, that this can make even those fields editable, that are normally hidden in the pst editor.</p> <p><a href="https://github.com/mcguffin/acf-quickedit-fields/wiki/Feature-Support-Matrix#acf-location-rules" rel="nofollow ugc">Read more on the WikiPage</a></p> <p><strong>Conditional Logic</strong></p> <p>Conditional logic is not supported.</p> <h4>Development</h4> <p>Please head over to the source code <a href="https://github.com/mcguffin/acf-quickedit-fields" rel="nofollow ugc">on Github</a>.</p>

Repository Statistics

363
⭐ Stars
52
🍴 Forks
17
🐛 Open Issues
363
👀 Watchers
131
✅ Closed Issues
5
🔄 Open PRs
51
✔️ Closed PRs
10
👥 Contributors

Latest Release

3.3.8

Version 3.3.8

View Release →

Released ...

10 total releases

Language Distribution

PHP75.7%
JavaScript14.5%
SCSS9.6%
Shell0.2%

Dependencies

Dev Dependencies (17)

@babel/core@^7.5.4@babel/plugin-proposal-class-properties@^7.5.0@babel/plugin-proposal-object-rest-spread@^7.5.4@babel/plugin-transform-react-jsx@^7.3.0@babel/preset-env@^7.5.4babelify@^10.0.0browserify@^16.3.0browserify-shim@^3.8.14event-stream@^4.0.1gulp@^4.0.2+7 more

📊 Project Health Metrics

Maintenance Score90/100

Based on issue resolution, PR activity, and community engagement

Issue Close Rate
89%
132 of 148 issues resolved
Response Rate
89%
Issues receiving responses

Repository Health

License
Contributing Guide
Code of Conduct
Security Policy
CI/CD Workflows

💚 Community Health Score

Overall Health42%

Based on documentation, community files, and project governance

👥 Contribution Distribution

Owner0%
Community
Community100%

Last 12 weeks of commit activity

README

ACF QuickEdit Fields

This is the official github repository of the ACF QuickEdit Fields plugin.

WordPress plugin adding Quick Edit functionality to Advanced Custom Fields Plugin (Pro and Free 5+.

Features

  • Show ACF field values in List views
    Supported ACF Fields.
  • Supports Post, Term and User list tables
  • Scalar Columns (Like Text, Number, ...) can be made sortable
  • Edit ACF Field values in Quick edit and Bulk edit

Compatibility

  • Requires WordPress 4.7+
  • Requires ACF 5.7+ (Free and Pro)
  • Requires at least PHP 5.6+

Installation

In WP Admin

Just follow the Automatic Plugin Installation procedere.

WP-CLI

wp plugin install --activate acf-quickedit-fields

Using Composer

composer require mcguffin/acf-quick-edit-fields

Development

git clone git@github.com:mcguffin/acf-quickedit-fields.git
cd acf-quickedit-fields
npm install
npm run dev

Migrating from Github to WPORG

Please note that the plugin slug has chaged from acf-quick-edit-fields to acf-quickedit-fields (missing a dash in the middle). You can safely delete the old version 2.x and re-install the plugin on plugins page.

Development

npm scripts:

  • npm run dev: Watch css and js soure dirs
  • npm run test: load some test fields
  • npm run dev-test: load some test fields and watch css and js soure dirs
  • npm run dashicons: Generate dashicons scss variables from source
  • npm run i18n: generate .pot file
  • npm run rollback: remove last commit (local and remote – use with caution!)

Documentation

Information

Research Metrics

Gov Score
1 / 4
Core Ratio
0.000
Issue Eff.
0.885
Abandoned?
Yes
Star Conc.
100.82
Owner % (12w)
0.0%
Dependencies
Prod: 0 • Dev: 17 • Peer: 0
Stale dep ratio: 0.00 (placeholder)
CI / Activity
Workflows: 0 • Commits/week: N/A • Size: 5.5k KB
🏆 Top 100 Plugin
Downloads
📥 30.0k
Author
podpirate
Platform
WordPress
License
GNU General Public License v3.0
Language
PHP
Last Updated
...
Created
3/18/2015
Status
Inactive

Topics

acfquickeditwordpress-plugin