<?php /** * Configuration file. * * @class UR_Config * @version 1.0.0 * @package UserRegistration/Admin * @category Admin * @author WPEverest */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * UR_Config Class. */ class UR_Config { public static $ur_form_grid = 3; public static $default_active_grid = 1; }