File "Response.php"
Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/facebook-for-woocommerce/includes/API/Pages/Read/Response.php
File size: 340 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare( strict_types=1 );
namespace WooCommerce\Facebook\API\Pages\Read;
defined( 'ABSPATH' ) || exit;
use WooCommerce\Facebook\API;
/**
* Page API response object.
*
* @since 2.0.0
* @property-read string $name Facebook Page Name.
* @property-read string $link Facebook Page URL.
*/
class Response extends API\Response {}