/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
the-post-grid
/
resources
/
settings
/
Upload File
HOME
<?php /** * Settings: Layout Settings * * @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::rtTPGLayoutSettingFields() ), true ); echo '<div class="rd-responsive-column">'; Fns::print_html( Fns::rtFieldGenerator( Options::responsiveSettingsColumn() ), true ); echo '</div>'; Fns::print_html( Fns::rtFieldGenerator( Options::layoutMiscSettings() ), true );