| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/plugins/wp-seopress/inc/admin/admin-pages/ |
Upload File : |
<?php
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
// Set class property
$this->options = get_option('seopress_option_name');
$current_tab ='';
if (function_exists('seopress_admin_header')) {
echo seopress_admin_header();
}
?>
<div id="seopress-content" class="seopress-option">
<!--Get started-->
<?php
include_once dirname(dirname(__FILE__)) . '/blocks/intro.php';
include_once dirname(dirname(__FILE__)) . '/blocks/notifications.php';
?>
<div class="seopress-dashboard-columns">
<div class="seopress-dashboard-column">
<?php
include_once dirname(dirname(__FILE__)) . '/blocks/get-started.php';
include_once dirname(dirname(__FILE__)) . '/blocks/tasks.php';
?>
</div>
<?php
include_once dirname(dirname(__FILE__)) . '/blocks/insights.php';
?>
</div>
<?php
include_once dirname(dirname(__FILE__)) . '/blocks/features-list.php';
include_once dirname(dirname(__FILE__)) . '/blocks/ebooks.php';
include_once dirname(dirname(__FILE__)) . '/blocks/integrations.php';
include_once dirname(dirname(__FILE__)) . '/blocks/news.php';
$this->seopress_feature_save();
?>
</div>
<?php echo $this->seopress_feature_save(); ?>
<?php