vena / acf-json
强制ACF在插件或主题内部存储和加载特定组中的json。
1.0.5
2021-08-25 00:07 UTC
Requires (Dev)
README
强制ACF在特定位置存储和加载特定组中的json,对于定义自己ACF组的插件和主题很有用。
安装
composer require vena/acf-json
使用
假设您正在使用composer的自动加载,设置很简单。
$acfJson = new \vena\AcfJson\Loader( [ // Group IDs to store and load 'group_61240bc1afe31', 'group_612524d9ef624', ], // Path under which to create acf-json folder // and store ACF's json for the groups __DIR__ );