jetpack_connect_redirect_url

jetpack_connect_redirect_url

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_connect_redirect_url') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 1865
    		 * @since-jetpack 8.0.0
    		 *
    		 * @param string $redirect_url Defaults to the site URL.
    		 */
    		$redirect = apply_filters( 'jetpack_connect_redirect_url', $redirect );
    
    		$secrets = ( new Secrets() )->generate( 'authorize', $user->ID, 2 * HOUR_IN_SECONDS );
    
    		/**
    		 * Filter the type of authorization.
    		 * 'calypso' completes authorization on wordpress.com/jetpack/connect
    

See this hook used in plugins: