uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Common
/
Views
/
sitemap
/
xml
/
default.php
/
/
<?php /** * XML template for our sitemap index pages. * * @since 4.0.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } // phpcs:disable ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" <?php if ( ! aioseo()->sitemap->helpers->excludeImages() ): ?> xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" <?php endif; ?> > <?php foreach ( $entries as $entry ) { if ( empty( $entry['loc'] ) ) { continue; } ?> <url> <loc><?php aioseo()->sitemap->output->escapeAndEcho( $entry['loc'] ); ?></loc><?php if ( ! empty( $entry['lastmod'] ) ) { ?> <lastmod><?php aioseo()->sitemap->output->escapeAndEcho( $entry['lastmod'] ); ?></lastmod><?php } if ( ! empty( $entry['changefreq'] ) ) { ?> <changefreq><?php aioseo()->sitemap->output->escapeAndEcho( $entry['changefreq'] ); ?></changefreq><?php } if ( isset( $entry['priority'] ) ) { ?> <priority><?php aioseo()->sitemap->output->escapeAndEcho( $entry['priority'] ); ?></priority><?php } if ( ! empty( $entry['languages'] ) ) { foreach ( $entry['languages'] as $subentry ) { if ( empty( $subentry['language'] ) || empty( $subentry['location'] ) ) { continue; } ?> <xhtml:link rel="alternate" hreflang="<?php echo esc_attr( $subentry['language'] ); ?>" href="<?php echo esc_url( $subentry['location'] ); ?>" /><?php } } if ( ! aioseo()->sitemap->helpers->excludeImages() && ! empty( $entry['images'] ) ) { foreach ( $entry['images'] as $image ) { $image = (array) $image; ?> <image:image> <image:loc> <?php if ( aioseo()->helpers->isRelativeUrl( $image['image:loc'] ) ) { $image['image:loc'] = aioseo()->helpers->makeUrlAbsolute( $image['image:loc'] ); } aioseo()->sitemap->output->escapeAndEcho( $image['image:loc'] ); ?> </image:loc> </image:image><?php } } ?> </url> <?php } ?> </urlset>
/home/batcwwjx/www/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xml/default.php