- Contributors: devgeniem / Liblastic
- Tags: wordpress, acf
- License: GPL-3.0 or later
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
Adds button which toggle ACF flexible fields in WordPress admin side. If you have multiple layouts open admin may become messy to maintain. This plugin makes admin side faster to use when user wants to order flexible fields.
add to your composer.json
The plugin is available via packagist: https://packagist.org/packages/devgeniem/acf-toggle-flexible-layouts Install by composer command
composer require devgeniem/acf-toggle-flexible-layouts
OR add it in your composer.json
:
{
"require": {
"devgeniem/acf-toggle-flexible-layouts": "^1.0.3"
}
}
You can, however, install it also as an ordinary plugin.:
- Download the latest release here and just extract the archive in your
plugins
directory.
You can filter button name with filter geniem/toggle_flexible_layouts/localized_strings
.
You can filter button texts and icons with filter geniem/toggle_flexible_layouts/button_data
.