-
Notifications
You must be signed in to change notification settings - Fork 62
Installing
Steve Pfisterer edited this page Jul 17, 2016
·
5 revisions
PHP 5.4 or later are required
Easiest way to install ACF Builder is to use composer. Read more about composer and how to utilize it with WordPress.
composer require stoutlogic/acf-builder
You can manually install ACF Builder, if you checkout or copy it to your theme or plugin. Be sure to require autoload.php in your functions.php file so that the classes will be autoloaded.
require_once('path/to/acf-builder/autoload.php');
Want to contribute to this Wiki? Fork it and send a pull request.
© Stout Logic, LLC