id = 'admin-user'; $this->title = __( 'Admin User', 'better-wp-security' ); $this->description = __( 'An advanced tool that removes users with a username of "admin" or a user ID of "1".', 'better-wp-security' ); $this->type = 'advanced'; parent::__construct(); } protected function render_description( $form ) { ?>

Warning: The changes made by this tool could cause compatibility issues with some plugins, themes, or customizations. Ensure that you create a database backup before using this tool.', 'better-wp-security' ), esc_url( ITSEC_Core::get_backup_creation_page_url() ) ); ?>
add_text( 'new_username', array( 'class' => 'code' ) ); ?>

add_checkbox( 'change_id' ); ?>