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
/
Sitemap
/
Html
/
Shortcode.php
/
/
<?php namespace AIOSEO\Plugin\Common\Sitemap\Html; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Handles the HTML sitemap shortcode. * * @since 4.1.3 */ class Shortcode { /** * Class constructor. * * @since 4.1.3 */ public function __construct() { add_shortcode( 'aioseo_html_sitemap', [ $this, 'render' ] ); } /** * Shortcode callback. * * @since 4.1.3 * * @param array $attributes The shortcode attributes. * @return string|void The HTML sitemap. */ public function render( $attributes ) { $attributes = aioseo()->htmlSitemap->frontend->getAttributes( $attributes ); return aioseo()->htmlSitemap->frontend->output( false, $attributes ); } }
/home/batcwwjx/www/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Html/Shortcode.php