Stars: 351
Forks: 47
Pull Requests: 42
Issues: 112
Watchers: 18
Last Updated: 2023-08-07 14:06:56
WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
License: GNU General Public License v3.0
Languages: PHP, JavaScript, Shell, SCSS
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+.
Just follow the Automatic Plugin Installation procedere.
wp plugin install --activate acf-quickedit-fields
composer require mcguffin/acf-quick-edit-fields
git clone [email protected]:mcguffin/acf-quickedit-fields.git
cd acf-quickedit-fields
npm install
npm run dev
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.
npm scripts:
npm run dev
: Watch css and js soure dirsnpm run test
: load some test fieldsnpm run dev-test
: load some test fields and watch css and js soure dirsnpm run dashicons
: Generate dashicons scss variables from sourcenpm run i18n
: generate .pot
filenpm run rollback
: remove last commit (local and remote – use with caution!)