gianism_profile_url

gianism_profile_url

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.2.2

apply_filters('gianism_profile_url') is found 1 times:

  • /app/Gianism/Controller/ProfileChecker.php line 93
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
            $url = home_url( $this->option->profile_completion_path );
        } else {
            $url = $this->default_url();
        }
        return apply_filters( 'gianism_profile_url', $url );
    }
     
    /**
     * Detect if email is pseudo one.
     *
     * @param string $email