WP Manifestindependent plugin directory
manifest / content / acf-menu

Advanced Custom Fields: Menus

ACF field to select a Menu

by @matgargano of @statenweb · github.com/statenweb/acf-menu · website

1stars
918composer installs
0forks

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/statenweb/acf-menu/archive/refs/heads/main.zip

Also on Packagist as statenweb-plugin/menu-acf-field:

composer require statenweb-plugin/menu-acf-field

From the readme

Gravity-Forms-ACF-Field This is an Advanced Custom Field custom field to select one or many Fluent Forms. This provides a field that lets you select from a list of active Fluent Forms. Compatibility This add-on will work with: - Version 5 - Version 6 Installation This add-on can be treated as both a WP plugin and a theme include. Plugin 1. Copy the 'Fluent-Forms-ACF-field' folder into your plugins folder 2. Activate the plugin via the Plugins admin page Include 1. Copy the 'Fluent-Forms-ACF-field' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory 2. Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-fluentforms.php file) Using the field The field lets you pick one or many fields. The data returned is either a Form object, an array of Form objects or false if an error occurred. About Written by Mat Gargano of StatenWeb StatenWeb is a web design and development agency based in Staten Island, NY. If you are looking for a Staten Island WordPress Developer reach out.

Read the full README on GitHub →