/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
the-post-grid
/
resources
/
settings
/
Upload File
HOME
<?php /** * Settings: Item Fields * * @package RT_TPG */ use RT\ThePostGrid\Helpers\Fns; use RT\ThePostGrid\Helpers\Options; // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'This script cannot be accessed directly.' ); } Fns::print_html( Fns::rtFieldGenerator( Options::itemFields() ), true );