Files
homeproz/wp-content/plugins/all-in-one-wp-security-and-firewall/templates/wp-admin/brute-force/partials/rename-login-notice.php
T

10 lines
490 B
PHP
Executable File

<?php
if ('1' == $aio_wp_security->configs->get_value('aiowps_enable_rename_login_page')) {
?>
<div class="aio_yellow_box">
<p><?php esc_html_e('Your WordPress login page URL has been renamed.', 'all-in-one-wp-security-and-firewall'); ?></p>
<p><?php esc_html_e('Your current login URL is:', 'all-in-one-wp-security-and-firewall'); ?></p>
<p><strong><?php echo esc_url($home_url) . esc_html($aio_wp_security->configs->get_value('aiowps_login_page_slug')); ?></strong></p>
</div>
<?php
}