wy/acf-php-exporter


README

Version Last commit Build status WordPress v5.2.4

This plugins exports ACF configurations in PHP files on the fly for use in production environments.

The plugin is looking for an acf-php directory within your theme directory. If no directory is found, the plugin does nothing.

Please note: You need to set your WP instance into debug mode to use and see

Usage

Composer

This plugin is available as composer package. To install it by composer use

composer require wy/acf-php-exporter

Cotributing

Please check Development Guidelines