HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/flbestac/public_html/wp-content/plugins/wp-seopress/inc/admin/blocks/get-started.php
<?php
	defined('ABSPATH') or exit('Please don&rsquo;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 }