'render_tab1', 'tab2' => 'render_tab2', ); function __construct() { $this->render_menu_page(); } function set_menu_tabs() { $this->menu_tabs = array( 'tab1' => __('Rename Login Page','aiowpsecurity'), //'tab2' => __('TODO','aiowpsecurity'), ); } function get_current_tab() { $tab_keys = array_keys($this->menu_tabs); $tab = isset( $_GET['tab'] ) ? $_GET['tab'] : $tab_keys[0]; return $tab; } /* * Renders our tabs of this menu as nav items */ function render_menu_tabs() { $current_tab = $this->get_current_tab(); echo '
'.__('An effective Brute Force prevention technique is to change the default WordPress login page URL.', 'aiowpsecurity').'
'. ''.__('Normally if you wanted to login to WordPress you would type your site\'s home URL followed by wp-login.php.', 'aiowpsecurity').'
'. ''.__('This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the wp-login.php to any string that you like.', 'aiowpsecurity').'
'. ''.__('By doing doing this, malicious bots and hackers will not be able to access your login page because they will not know the correct login page URL.', 'aiowpsecurity').'
'. ''. ''.__('You may also be interested in the following alternative brute force prevention features:', 'aiowpsecurity').'
'. ''.$cookie_based_feature_url.'
'. ''.$white_list_feature_url.'
'; ?>configs->get_value('aiowps_login_page_slug'); ?>