Commit realizado el 12:13:52 08-04-2024

This commit is contained in:
Pagina Web Monito
2024-04-08 12:13:55 -04:00
commit 0c33094de9
7815 changed files with 1365694 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<?php
/**
* 404 Monitor inline help: "Overview" tab.
*
* @package RankMath
* @subpackage RankMath\Monitor
*/
use RankMath\KB;
defined( 'ABSPATH' ) || exit;
?>
<p>
<?php esc_html_e( 'With the 404 monitor you can see where users and search engines are unable to find your content.', 'rank-math' ); ?>
</p>
<p>
<?php esc_html_e( 'Knowledge Base Articles:', 'rank-math' ); ?>
</p>
<ul>
<li>
<a href="<?php echo KB::get( '404-monitor', '404 Monitor Help Toggle' ); ?>" target="_blank">
<?php esc_html_e( '404 Monitor', 'rank-math' ); ?>
</a>
</li>
<li>
<a href="<?php echo KB::get( '404-monitor-settings', '404 Monitor Help Toggle' ); ?>" target="_blank">
<?php esc_html_e( '404 Monitor Settings', 'rank-math' ); ?>
</a>
</li>
<li>
<a href="<?php echo KB::get( 'fix-404', '404 Monitor Help Toggle Fix link' ); ?>" target="_blank">
<?php esc_html_e( 'Fix 404 Errors', 'rank-math' ); ?>
</a>
</li>
</ul>