Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josephfusco/advanced-custom-fields-viewer

:electric_plug: View ACF data on the front-end of a theme
https://github.com/josephfusco/advanced-custom-fields-viewer

plugin wordpress

Last synced: 3 months ago
JSON representation

:electric_plug: View ACF data on the front-end of a theme

Awesome Lists containing this project

README

        

# Advanced Custom Fields Viewer

[![License](https://img.shields.io/badge/license-GPL--2.0%2B-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)

View Advanced Custom Fields data on the front end of your theme while developing.

If you are working with a large number of fields in [Advanced Custom Fields](https://github.com/elliotcondon/acf), chances are you manually wrap `print_r` inside of `

` tags while building themes. Sometimes you just need all the fields you are working with more accessible and out of the way. You will be able to bounce back and forth between fields on your current page and the options page if available, and quickly close the menu once done.

### Features

* Viewer button hidden until needed in the top left corner of your theme.
* 3 different color schemes for the front end viewer - Dark, Light, & Transparent.
* Keyboard shortcuts! `shift` + `v` toggles viewer.

### Advanced Features

Use the function `acfv( $array )` to view non ACF arrays in the viewer.