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: 2024-09-07 15:08:07 UTC
README
此插件可以在生产环境中动态地将 ACF 配置导出到 PHP 文件中。
插件将在您的主题目录中寻找名为 acf-php
的目录。如果没有找到目录,则插件不会执行任何操作。
请注意:您需要将您的 WP 实例设置为调试模式才能使用并查看
用法
Composer
此插件作为 composer 包提供。要使用 composer 安装它,请使用以下命令:
composer require wy/acf-php-exporter
贡献
请查看 开发指南