* @copyright Copyright (C) 2019 wpopal.com. All Rights Reserved. * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html * * @website http://www.wpopal.com * @support http://www.wpopal.com/support/forum.html */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } opalestate_print_notices(); if ( is_user_logged_in() ) { _e( 'You are currently logged in.', 'opalestate-pro' ); return; } $types = OpalEstate_User::get_user_types(); $type_default = apply_filters( 'opalestate_register_form_default_type', 'subscriber' ); ?>