Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.13 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.13 KB

Advanced Custom Fields Viewer WordPress Version Donate

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, chances are you manually wrap print_r inside of <pre> 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.