WP Manifestindependent plugin directory
manifest / content / acf-collector

ACF fields collector PRO

Wordpress plugin that add custom fields values to templates and api automatically

by Alfredo Aiello <stuzzo@gmail.com> · github.com/stuzzo/acf-collector · website

3stars
64composer 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/stuzzo/acf-collector/archive/refs/heads/master.zip

Also on Packagist as stuzzo/acf-collector:

composer require stuzzo/acf-collector

From the readme

ACF-Collector Wordpress plugin that retrieves automatically all the custom fields added by you with the Advanced Custom Fields plugin. It appends the custom fields in a WP Rest request or inside a template object (such as post, page, etc.). Requirements 1. Wordpress at least version 4.7 2. Advanced custom fields at least version 5.0 Installing 1. Download the plugin into your plugins directory 2. Enable in the WordPress admin 3. Test if the plugin is active requesting http(s)://yourhost/wp-json/wp/v2/posts, you should see an entry key acfcollectorfield Links - Plugin page - Advanced Custom Fields documentation If you want, buy me a coffee...maybe a beer would be better :)

Read the full README on GitHub →