&amp;lt;?php
/**
 * @package Akismet
 */
/*
Plugin Name: Akismet Anti-spam: Spam Protection
Plugin URI: https://akismet.com/
Description: Used by millions, Akismet is quite possibly the best way in the world to &amp;lt;strong&amp;gt;protect your blog from spam&amp;lt;/strong&amp;gt;. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
Version: 5.6
Requires at least: 5.8
Requires PHP: 7.2
Author: Automattic - Anti-spam Team
Author URI: https://automattic.com/wordpress-plugins/
License: GPLv2 or later
Text Domain: akismet
*/

/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Copyright 2005-2025 Automattic, Inc.
*/

// Make sure we don&amp;#039;t expose any info if called directly
if ( ! function_exists( &amp;#039;add_action&amp;#039; ) ) {
	echo &amp;#039;Hi there!  I\&amp;#039;m just a plugin, not much I can do when called directly.&amp;#039;;
	exit;
}

define( &amp;#039;AKISMET_VERSION&amp;#039;, &amp;#039;5.6&amp;#039; );
define( &amp;#039;AKISMET__MINIMUM_WP_VERSION&amp;#039;, &amp;#039;5.8&amp;#039; );
define( &amp;#039;AKISMET__PLUGIN_DIR&amp;#039;, plugin_dir_path( __FILE__ ) );
define( &amp;#039;AKISMET_DELETE_LIMIT&amp;#039;, 10000 );

register_activation_hook( __FILE__, array( &amp;#039;Akismet&amp;#039;, &amp;#039;plugin_activation&amp;#039; ) );
register_deactivation_hook( __FILE__, array( &amp;#039;Akismet&amp;#039;, &amp;#039;plugin_deactivation&amp;#039; ) );

require_once AKISMET__PLUGIN_DIR . &amp;#039;class.akismet.php&amp;#039;;
require_once AKISMET__PLUGIN_DIR . &amp;#039;class.akismet-widget.php&amp;#039;;
require_once AKISMET__PLUGIN_DIR . &amp;#039;class.akismet-rest-api.php&amp;#039;;
require_once AKISMET__PLUGIN_DIR . &amp;#039;class-akismet-compatible-plugins.php&amp;#039;;

add_action( &amp;#039;init&amp;#039;, array( &amp;#039;Akismet&amp;#039;, &amp;#039;init&amp;#039; ) );

add_action( &amp;#039;rest_api_init&amp;#039;, array( &amp;#039;Akismet_REST_API&amp;#039;, &amp;#039;init&amp;#039; ) );

add_action( &amp;#039;init&amp;#039;, array( &amp;#039;Akismet_Compatible_Plugins&amp;#039;, &amp;#039;init&amp;#039; ) );

if ( is_admin() || ( defined( &amp;#039;WP_CLI&amp;#039; ) &amp;amp;&amp;amp; WP_CLI ) ) {
	require_once AKISMET__PLUGIN_DIR . &amp;#039;class.akismet-admin.php&amp;#039;;
	add_action( &amp;#039;init&amp;#039;, array( &amp;#039;Akismet_Admin&amp;#039;, &amp;#039;init&amp;#039; ) );
}

// add wrapper class around deprecated akismet functions that are referenced elsewhere
require_once AKISMET__PLUGIN_DIR . &amp;#039;wrapper.php&amp;#039;;

if ( defined( &amp;#039;WP_CLI&amp;#039; ) &amp;amp;&amp;amp; WP_CLI ) {
	require_once AKISMET__PLUGIN_DIR . &amp;#039;class.akismet-cli.php&amp;#039;;
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//grandroyaltravel.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://grandroyaltravel.com/post-sitemap.xml</loc>
		<lastmod>2026-04-07T04:11:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://grandroyaltravel.com/page-sitemap.xml</loc>
		<lastmod>2026-04-04T16:29:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://grandroyaltravel.com/news-sitemap.xml</loc>
		<lastmod>2026-04-07T01:56:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://grandroyaltravel.com/video-sitemap.xml</loc>
		<lastmod>2026-03-15T11:20:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://grandroyaltravel.com/local-sitemap.xml</loc>
		<lastmod>2026-04-07T20:48:56+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 31/40 objects using Disk
Page Caching using Disk: Enhanced{w3tc_pagecache_reject_reason}
Lazy Loading
Database Caching using Disk

Served from: grandroyaltravel.com @ 2026-04-07 20:48:56 by W3 Total Cache
-->