jetpack_verify_api_authorization_request_error_double_encode

jetpack_verify_api_authorization_request_error_double_encode

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

See hook in core

Displaying hooks found in version: woocommerce.9.4.2

do_action('jetpack_verify_api_authorization_request_error_double_encode') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-authorize-json-api.php line 68
    			 * Jetpack authorisation request Error.
    			 *
    			 * @since jetpack-7.5.0
    			 */
    			do_action( 'jetpack_verify_api_authorization_request_error_double_encode' );
    			$die_error = sprintf(
    				/* translators: %s is a URL */
    				__( 'Your site is incorrectly double-encoding redirects from http to https. This is preventing Jetpack from authenticating your connection. Please visit our <a href="%s">support page</a> for details about how to resolve this.', 'jetpack-connection' ),
    				esc_url( Redirect::get_url( 'jetpack-support-double-encoding' ) )
    			);
    		}
    

See this hook used in plugins: