Files
medicalalert-web-reloaded/wp/wp-content/plugins/wordfence/views/common/page-help.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

3 lines
382 B
PHP

<?php if (!defined('WORDFENCE_VERSION')) { exit; } ?>
<div class="wf-help-link"><a href="<?php echo $link; ?>" target="_blank" rel="noopener noreferrer" class="wfhelp"></a><a href="<?php echo $link; ?>" target="_blank" rel="noopener noreferrer"><?php echo esc_html($title); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></div>