File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/CheckoutPage.php.tar
httpdocs/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/WebPage/CheckoutPage.php 0000644 00000000642 15155522613 0035076 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
namespace AIOSEO\Plugin\Common\Schema\Graphs\WebPage;
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* CheckoutPage graph class.
*
* @since 4.6.4
*/
class CheckoutPage extends WebPage {
/**
* The graph type.
*
* This value can be overridden by WebPage child graphs that are more specific.
*
* @since 4.6.4
*
* @var string
*/
protected $type = 'CheckoutPage';
}