/**
 * Plugin Name:       WLT Cookie Consent Manager
 * Plugin URI:        https://world-business-zone.local/
 * Description:       Cookie consent manager with popup modal, categories, script blocking, and secure consent storage.
 * Version:           3.0.0
 * Author:            World Business Zone
 * Author URI:        https://world-business-zone.local/
 * License:           GPLv3
 * License URI:       https://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain:       wlt-cookie-consent
 * Domain Path:       /languages
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

define( 'WLT_CC_VERSION', '3.0.0' );
define( 'WLT_CC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'WLT_CC_PLUGIN_BASEPATH', plugin_dir_path( __FILE__ ) );
define( 'WLT_CC_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'WLT_CC_SETTINGS_KEY', 'wlt_cc_settings' );
define( 'WLT_CC_COOKIE_NAME', 'wlt_cc_consent' );

require_once WLT_CC_PLUGIN_BASEPATH . 'inc/class-loader.php';

register_activation_hook( __FILE__, array( 'WLT_CC_Loader', 'activate' ) );

add_action( 'init', array( 'WLT_CC_Loader', 'boot' ) );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www-developer.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://www-developer.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://www-developer.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://www-developer.com/wp-sitemap-posts-listing_type-1.xml</loc></sitemap><sitemap><loc>https://www-developer.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://www-developer.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://www-developer.com/wp-sitemap-taxonomies-listing-1.xml</loc></sitemap><sitemap><loc>https://www-developer.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
