| 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/blocks/ |
Upload File : |
<?php
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
$docs = seopress_get_docs_links();
$class = '1' !== seopress_get_service('NoticeOption')->getNoticeGetStarted() ? 'is-active' : '';
if (defined('SEOPRESS_WL_ADMIN_HEADER') && SEOPRESS_WL_ADMIN_HEADER === false) {
//do nothing
} else {
?>
<div id="notice-get-started-alert" class="seopress-get-started seopress-alert deleteable <?php echo esc_attr($class); ?>" style="display: none">
<div class="seopress-block-wizard seopress-card-title">
<h2><?php esc_attr_e('Configure your SEO', 'wp-seopress'); ?></h2>
<p><?php esc_attr_e('Launch our installation wizard to quickly and easily configure the basic SEO settings for your site.', 'wp-seopress'); ?></p>
<p class="seopress-card-actions">
<a href="<?php echo esc_url(admin_url('admin.php?page=seopress-setup&step=welcome&parent=welcome')); ?>" class="seopress-btn seopress-btn-primary">
<?php esc_attr_e('Setup in 5 mins!', 'wp-seopress'); ?>
</a>
</p>
</div>
</div>
<?php }