gianism_profile_error

gianism_profile_error

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.2.2

apply_filters('gianism_profile_error') is found 1 times:

  • /app/Gianism/Controller/ProfileChecker.php line 161
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
            }
            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.