| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/wp-seopress-pro/inc/admin/sections/ |
Upload File : |
<?php
defined('ABSPATH') or exit('Please don’t call the plugin directly. Thanks :)');
function print_section_info_bot() {
$docs = function_exists('seopress_get_docs_links') ? seopress_get_docs_links() : ''; ?>
<div class="sp-section-header">
<h2>
<?php _e('Scan', 'wp-seopress-pro'); ?>
</h2>
</div>
<p><?php _e('The bot scans links in your content to find errors (404...). We limit this search by default to the last 100 posts/pages/custom post types.', 'wp-seopress-pro'); ?>
<p>
<?php _e('You can increase this value in the settings tab.', 'wp-seopress-pro'); ?>
<a class="seopress-help"
href="<?php echo $docs['bot']; ?>"
target="_blank">
<?php _e('Check our guide', 'wp-seopress-pro'); ?>
</a>
<span class="seopress-help dashicons dashicons-external"></span>
</p>
<a href="<?php echo admin_url('edit.php?post_type=seopress_bot'); ?>"
class="btn btnTertiary">
<?php _e('View scan results', 'wp-seopress-pro'); ?>
</a>
<?php
}
function print_section_info_bot_settings() { ?>
<div class="sp-section-header">
<h2>
<?php _e('Settings', 'wp-seopress-pro'); ?>
</h2>
</div>
<p>
<?php _e('Edit your broken links settings.', 'wp-seopress-pro'); ?>
</p>
<?php
}