🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:24:02 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Proxies
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Proxies
🔄 Refresh
✏️
Editing: Jetpack.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Proxies; use Automattic\Jetpack\Connection\Client; /** * Class JP. * * This class provides proxy methods to wrap around Jetpack functions. * * @since 2.8.0 * * @package Automattic\WooCommerce\GoogleListingsAndAds\Proxies */ class Jetpack { /** * Makes an authorized remote request using Jetpack_Signature * * @param array $args the arguments for the remote request. * @param mixed $body the body of the request. * * @return array|WP_Error — WP HTTP response on success */ public function remote_request( $args, $body = null ) { return Client::remote_request( $args, $body ); } }
💾 Save Changes
❌ Cancel