Skip to content

Installing

Steve Pfisterer edited this page Jul 17, 2016 · 5 revisions

Installing

Requirements

PHP 5.4 or later are required

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

require_once('path/to/acf-builder/autoload.php');
Clone this wiki locally