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