mcguffin / acf-customizer

Use ACF Fields in WordPress Customizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACF-Customizer

Bringing ACF Fields to the WordPress Customizer.

This plugin is currently in beta stadium.
Any Help testing and bugfixing is highly appreciated (and bundled with my premature apologies for late responses).

Installation

Production

  • Head over to releases
  • Download 'acf-customizer.zip'
  • Upload and activate it like any other WordPress plugin
  • AutoUpdate will run as long as the plugin is active

Development

  • cd into your plugin directory
  • $ git clone git@github.com:mcguffin/acf-customizer.git
  • $ cd acf-customizer
  • $ npm install
  • $ npm run dev

Using Composer

composer require mcguffin/acf-customizer

Usage

There is some documentation in the wiki.

About

Use ACF Fields in WordPress Customizer

License:GNU General Public License v3.0


Languages

Language:PHP 75.5%Language:JavaScript 12.4%Language:SCSS 10.9%Language:CSS 0.9%Language:Shell 0.3%