Skip to content

Installing

Steve Pfisterer edited this page May 16, 2016 · 5 revisions

Installing

Composer

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

Manual

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 autoloader.

Clone this wiki locally