Current File : /home/getxxhzo/xpertbee.com/wp-content/plugins/the-post-grid/resources/settings/item-fields.php
<?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 );