__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * WPSEO plugin file.
 *
 * @package WPSEO\XML_Sitemaps
 */

/**
 * Sitemap Provider interface.
 */
interface WPSEO_Sitemap_Provider {

	/**
	 * Check if provider supports given item type.
	 *
	 * @param string $type Type string to check for.
	 *
	 * @return bool
	 */
	public function handles_type( $type );

	/**
	 * Get set of sitemaps index link data.
	 *
	 * @param int $max_entries Entries per sitemap.
	 *
	 * @return array
	 */
	public function get_index_links( $max_entries );

	/**
	 * Get set of sitemap link data.
	 *
	 * @param string $type         Sitemap type.
	 * @param int    $max_entries  Entries per sitemap.
	 * @param int    $current_page Current page of the sitemap.
	 *
	 * @return array
	 */
	public function get_sitemap_links( $type, $max_entries, $current_page );
}

Filemanager

Name Type Size Permission Actions
class-author-sitemap-provider.php File 5.58 KB 0775
class-post-type-sitemap-provider.php File 19.38 KB 0775
class-sitemap-cache-data.php File 4.75 KB 0775
class-sitemap-image-parser.php File 11.68 KB 0775
class-sitemaps-admin.php File 2.97 KB 0775
class-sitemaps-cache-validator.php File 9.42 KB 0775
class-sitemaps-cache.php File 8.27 KB 0775
class-sitemaps-renderer.php File 9.35 KB 0775
class-sitemaps-router.php File 4.44 KB 0775
class-sitemaps.php File 16.32 KB 0775
class-taxonomy-sitemap-provider.php File 9.17 KB 0775
interface-sitemap-cache-data.php File 1.2 KB 0775
interface-sitemap-provider.php File 803 B 0775
Filemanager