jetpack_build_connection_url, $url, $raw
jetpack_build_connection_url, $url, $raw
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_build_connection_url, $url, $raw') is found 1 times:
- /class.jetpack.php line 4513
* * @param string $url Connection URL. * @param bool $raw If true, URL will not be escaped. */ return apply_filters( 'jetpack_build_connection_url', $url, $raw ); } /** * Create the Jetpack authorization URL. * * @param bool|string $redirect URL to redirect to.