Add redirect page after login/register

This commit is contained in:
Hoang Huu
2020-01-02 08:47:07 +07:00
parent 917e18e89f
commit 1c49a5b1d3
5 changed files with 55 additions and 14 deletions

View File

@@ -3,11 +3,11 @@
* Plugin Name: Opal Estate Pro
* Plugin URI: https://wpdocs.gitbook.io/opal-estate/
* Description: Opal Real Estate Plugin is an ideal solution and brilliant choice for you to set up a professional estate website.
* Version: 1.2.6
* Version: 1.2.7
* Author: WPOPAL
* Author URI: http://www.wpopal.com
* Requires at least: 4.6
* Tested up to: 5.3
* Requires at least: 4.9
* Tested up to: 5.3.2
* Text Domain: opalestate-pro
* Domain Path: languages/
*
@@ -151,7 +151,7 @@ if ( ! class_exists( 'OpalEstate' ) ) {
*/
public function __clone() {
// Cloning instances of the class is forbidden
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.2.6' );
_doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'opalestate-pro' ), '1.2.7' );
}
/**
@@ -160,7 +160,7 @@ if ( ! class_exists( 'OpalEstate' ) ) {
public function setup_constants() {
// Plugin version
if ( ! defined( 'OPALESTATE_VERSION' ) ) {
define( 'OPALESTATE_VERSION', '1.2.6' );
define( 'OPALESTATE_VERSION', '1.2.7' );
}
// Plugin Folder Path