wy / acf-php-exporter
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package info
github.com/wysiwyg-software-design/acf-php-exporter
Type:wordpress-plugin
pkg:composer/wy/acf-php-exporter
1.1.0
2019-11-15 09:41 UTC
Requires
- composer/installers: ^1.7
- johnpbloch/wordpress: ^5
- dev-master
- 1.1.0
- 1.0.2
- 0.0.1
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
- dev-dependabot/npm_and_yarn/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/postcss-7.0.36
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/acorn-6.4.1
- dev-develop
This package is auto-updated.
Last update: 2025-07-17 10:51:20 UTC
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
composer require wy/acf-php-exporter
Cotributing
Please check Development Guidelines