jetpack_build_authorize_url, $url, $raw
jetpack_build_authorize_url, $url, $raw
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_build_authorize_url, $url, $raw') is found 2 times:
- /jetpack_vendor/automattic/jetpack-connection/src/class-manager.php line 2179
* * @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.
- /jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php line 133
* * @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. *