File: /home/zwafgyp/locationdebateau/wp-content/plugins/wp-seopress/inc/admin/admin-pages/Sitemaps.php
<?php
/**
* SEOPress Sitemaps functions.
*
* @package SEOPress
* @subpackage Admin_Pages
*/
defined( 'ABSPATH' ) || exit( 'Please don’t call the plugin directly. Thanks :)' );
$this->options = get_option( 'seopress_xml_sitemap_option_name' );
if ( function_exists( 'seopress_admin_header' ) ) {
echo seopress_admin_header();
}
?>
<div class="seopress-option seopress-php-header">
<?php echo $this->feature_title( 'xml-sitemap' ); ?>
</div>
<div id="seopress-admin-settings-root" class="seopress-option">
<?php seopress_settings_skeleton(); ?>
</div>