=== Advanced Custom Fields wpi ===
A custom ACF plugin boilerplate.
== Setup ==
This plugin uses namespaces following format: CompanyName\PluginName\Folder
It starts with namespace ACF\ACFWPI autoloading the lib folder;
Before composer install -> do a find and replace in all folders for ACFWPI. Replace with your plugin name.
== Commands ==
To Bootstrap:
- composer install
- npm i
- npm run watch
All Commands:
composer install
composer dump-autoload
npm i
npm run watch
npm run dev # prod for production