setup_menu_tabs(); $this->render_page($title); } /** * Render the menu page * * @param string $title - the page title * * @return void */ protected function render_page($title) { $current_tab = $this->get_current_tab(); ?>
'; _e('Settings successfully updated.','all-in-one-wp-security-and-firewall'); echo '
'; } /** * Renders record(s) successfully deleted message at top of page. * * @return Void */ public static function show_msg_record_deleted_st() { AIOWPSecurity_Admin_Menu::show_msg_updated_st(__('Successfully deleted the selected record(s).', 'all-in-one-wp-security-and-firewall')); } /** * Renders record(s) unsuccessfully deleted message at top of page. * * @return Void */ public static function show_msg_record_not_deleted_st() { AIOWPSecurity_Admin_Menu::show_msg_error_st(__('Failed to delete the selected record(s).', 'all-in-one-wp-security-and-firewall')); } public function show_msg_updated($msg) { echo ''; echo $msg; echo '
'; echo wp_kses_post($msg); echo '
'; echo wp_kses_post($error_msg); echo '
'; echo wp_kses_post($error_msg); echo '