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.4.2

apply_filters('jetpack_build_authorize_url') is found 2 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 2006
    		 *
    		 * @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
    		 *
    		 * @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: