Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josephfusco/advanced-custom-fields-viewer
- Owner: josephfusco
- License: gpl-3.0
- Created: 2015-04-04T00:59:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T14:32:13.000Z (about 7 years ago)
- Last Synced: 2024-10-04T13:06:15.783Z (3 months ago)
- Topics: plugin, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/advanced-custom-fields-viewer/
- Size: 55.7 KB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.