Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
inc
/
sitemaps
/
File Content:
interface-sitemap-cache-data.php
<?php /** * WPSEO plugin file. * * @package WPSEO\XML_Sitemaps */ /** * Cache Data interface. */ interface WPSEO_Sitemap_Cache_Data_Interface { /** * Status for normal, usable sitemap. * * @var string */ const OK = 'ok'; /** * Status for unusable sitemap. * * @var string */ const ERROR = 'error'; /** * Status for unusable sitemap because it cannot be identified. * * @var string */ const UNKNOWN = 'unknown'; /** * Set the content of the sitemap. * * @param string $sitemap The XML content of the sitemap. * * @return void */ public function set_sitemap( $sitemap ); /** * Set the status of the sitemap. * * @param bool|string $usable True/False or 'ok'/'error' for status. * * @return void */ public function set_status( $usable ); /** * Builds the sitemap. * * @return string The XML content of the sitemap. */ public function get_sitemap(); /** * Get the status of this sitemap. * * @return string Status 'ok', 'error' or 'unknown'. */ public function get_status(); /** * Is the sitemap content usable ? * * @return bool True if the sitemap is usable, False if not. */ public function is_usable(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
DownloadConfController.php
945 bytes
0644
JsonSerializable.php
577 bytes
0644
class-admin-utils.php
2147 bytes
0644
class-author-sitemap-provider.php
5799 bytes
0644
class-post-type-sitemap-provider.php
16893 bytes
0644
class-sitemap-cache-data.php
2481 bytes
0644
class-sitemap-image-parser.php
12215 bytes
0644
class-sitemaps-admin-20260703023908.php
3665 bytes
0644
class-sitemaps-admin.php
3665 bytes
0644
class-sitemaps-cache-validator.php
9233 bytes
0644
class-sitemaps-cache.php
7967 bytes
0644
class-sitemaps-renderer.php
8892 bytes
0644
class-sitemaps-router.php
3330 bytes
0644
class-sitemaps.php
16273 bytes
0644
class-taxonomy-sitemap-provider.php
8615 bytes
0644
define.php
4567 bytes
0644
duplicator.php
1781 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class.php
48544 bytes
0644
exceptions.php
708 bytes
0644
inc.validator.php
5401 bytes
0644
interface-sitemap-cache-data.php
1208 bytes
0644
interface-sitemap-provider.php
803 bytes
0644
loco.php
5626 bytes
0644
module.php
1297 bytes
0644
setup.php
2699 bytes
0644
N4ST4R_ID | Naxtarrr