wy/acf-php-exporter

This package is abandoned and no longer maintained. No replacement package was suggested.


README

Caution

This repository is deprecated and will be removed in September 2025

ACF PHP Exporter WordPress Plugin

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