HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/Gosurya/WP2/wp-content/plugins/facebook-for-woocommerce/facebook-config-warmer.php
<?php
// phpcs:ignoreFile
/**
 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
 *
 * This source code is licensed under the license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @package FacebookCommerce
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}


if ( ! class_exists( 'WC_Facebookcommerce_WarmConfig' ) ) :

	class WC_Facebookcommerce_WarmConfig {
		static $fb_warm_pixel_id                     = null;
		static $fb_warm_is_advanced_matching_enabled = null;
		static $fb_warm_use_s2s                      = null;
		static $fb_warm_access_token                 = null;
	}

endif;