WP Manifestindependent plugin directory
manifest / content / acf-flexible-visibility

Advanced Custom Fields: Flexible Visibility

A WordPress and an Advanced Custom Fields plugin that adds a Reusable Field Group to the ACF. The field allows the developer to include a field group within another field group.

by Miika Arponen / Geniem · github.com/devgeniem/acf-flexible-visibility · website

3stars
443composer installs
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/devgeniem/acf-flexible-visibility/archive/refs/heads/master.zip

Also on Packagist as devgeniem/acf-flexible-visibility:

composer require devgeniem/acf-flexible-visibility

From the readme

ACF Flexible Visibility Description This plugin adds an option to ignore certain page templates when declaring ACF Flexible Content layouts so that these ignored templates won't be available on pages that use selected templates. This is handy when using our Reusable Field Group plugin where you can include field groups to another. In the future So far this plugin only supports pages and matching with the page templates, but maybe in the future it will have another options too, like declaring visibility by user role etc. Install Recommended installation to a WordPress project is through composer:

Read the full README on GitHub →