8bb805ad by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 38929a1c
......@@ -322,7 +322,7 @@ function custom_redirects() {
$user = wp_get_current_user();
$updated_profile = get_user_meta( $user->ID, 'updated_profile', true );
if(!$updated_profile){
if (!is_page('/account/profile/') ) {
if (!is_page('account') ) {
wp_redirect( home_url( '/account/profile/' ) );
die;
}
......