add_action( 'plugins_loaded', function() {

	add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ) {

		// Local fake license response only
		if ( strpos( $url, 'my.elementor.com/api/v2/licenses' ) !== false ) {

			return [
				'response' => [
					'code'    => 200,
					'message' => 'OK'
				],
				'body' => json_encode( [
					'success' => true,
					'license' => 'valid',
					'expires' => '01.01.2030'
				] )
			];

		}

		// Disable external template/server requests
		if (
			strpos( $url, 'my.elementor.com/api/connect/v1/library/get_template_content' ) !== false ||
			strpos( $url, 'wordpressnull.org' ) !== false
		) {

			return new WP_Error(
				'blocked_external_request',
				'External requests are disabled.'
			);

		}

		return $pre;

	}, 10, 3 );

} );<?xml version="1.0" encoding="UTF-8"?>
<!-- This sitemap was dynamically generated on May 20, 2026 at 9:49 PM by All in One SEO Pro v4.3.0 - the original SEO plugin for WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://agroegypt.com/default.xsl?sitemap=root"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc><![CDATA[https://agroegypt.com/page-sitemap.xml]]></loc>
		<lastmod><![CDATA[2025-03-15T12:48:45+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://agroegypt.com/attachment-sitemap.xml]]></loc>
		<lastmod><![CDATA[2025-06-17T18:50:49+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://agroegypt.com/gt3_gallery-sitemap.xml]]></loc>
		<lastmod><![CDATA[2022-01-31T10:03:47+00:00]]></lastmod>
	</sitemap>
	<sitemap>
		<loc><![CDATA[https://agroegypt.com/post-archive-sitemap.xml]]></loc>
	</sitemap>
</sitemapindex>
