ACF PHP Exporter archived
PHP exporter for ACF field groups
by Cem Derin (wysiwyg software design GmbH) · github.com/wysiwyg-software-design/acf-php-exporter · website
★ 1stars
10release downloads
343composer installs
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/wysiwyg-software-design/acf-php-exporter/releases/download/1.0.1/acf-php-exporter-1.0.1.zipAlso on Packagist as wy/acf-php-exporter:
composer require wy/acf-php-exporterFrom the readme
[!CAUTION]
This repository is deprecated and will be removed in September 2025
ACF PHP Exporter WordPress Plugin
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
Cotributing
Please check Development Guidelines
Read the full README on GitHub →