📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 16:41:36
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
hseo
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/hseo
🔄 Refresh
✏️
Editing: class-custom-sitemap-provider.php
Writable
<?php include_once plugin_dir_path(__FILE__) . "constants.php"; class Custom_Sitemap_Provider { public function __construct() { die('test'); // parent::__construct(SITEMAP); } public function get_url_list($page_num, $post_type = '') { return [ [ 'loc' => home_url("/".SITEMAP.".xml") ] ]; } public function get_max_num_pages() { return 1; } } ?>
💾 Save Changes
❌ Cancel