You appear to be a bot. Output may be restricted
Description
Usage
Jetpack::build_reconnect_url( $raw );
Parameters
- $raw
- ( mixed ) optional –
Returns
void
Source
File name: jetpack/class.jetpack.php
Lines:
1 to 4 of 4
function build_reconnect_url( $raw = false ) { $url = wp_nonce_url( self::admin_url( 'action=reconnect' ), 'jetpack-reconnect' ); return $raw ? $url : esc_url( $url ); }