jetpack_build_authorize_url

jetpack_build_authorize_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_build_authorize_url') is found 2 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 2070
    2066
    2067
    2068
    2069
    2070
    2071
    2072
    2073
    2074
    2075
    2076
         *
         * @param string $url Connection URL.
         * @param bool   $raw If true, URL will not be escaped.
         */
        return apply_filters( 'jetpack_build_authorize_url', $url, $raw );
    }
     
    /**
     * Authorizes the user by obtaining and storing the user token.
     *
     * @param array $data The request data.
  • /vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php line 132
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
         *
         * @param string $url Connection URL.
         * @param bool   $raw If true, URL will not be escaped.
         */
        return apply_filters( 'jetpack_build_authorize_url', $url, $raw );
    }
     
    /**
     * Filters the redirection URL that is used for connect requests. The redirect
     * URL should return the user back to the My Jetpack page.
     *

See this hook used in plugins: