gianism_profile_error

gianism_profile_error

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.1.0

apply_filters('gianism_profile_error') is found 1 times:

  • /app/Gianism/Controller/ProfileChecker.php line 157
    			}
    			if ( $this->is_pseudo_mail( $user->user_email ) ) {
    				$error->add( 'email', __( 'Your email is pseudo one because your SNS has no permission to provide email to us. ', 'wp-gianism' ) );
    			}
    			$error = apply_filters( 'gianism_profile_error', $error, $user );
    		}
    		return $error;
    	}
    
    	/**
    	 * Redirect incomplete users.