<?php
/**
 * http://pluginscorner.com
 *
 * @package plco-membership
 */

use \PLCOMembership\admin\classes\PLCOM_Const;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Silence is golden
}

?>

<h5><?php _e( 'Settings', PLCOM_Const::T ) ?></h5>

<div class="row">
	<div class="plco-settings-wrapper col s12">
    </div>
</div>
