mcguffin/acf-customizer

Use ACF Fields in customizer.

Installs: 7 446

Dependents: 0

Suggesters: 0

Security: 0

Stars: 76

Watchers: 13

Forks: 11

Open Issues: 2

Type:wordpress-plugin

0.3.2 2023-05-05 08:37 UTC

This package is auto-updated.

Last update: 2024-04-05 10:40:20 UTC


README

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.