id = 'ban-users'; $this->title = __( 'Banned Users', 'better-wp-security' ); $this->description = __( 'Block specific IP addresses and user agents from accessing the site.', 'better-wp-security' ); $this->type = 'recommended'; parent::__construct(); } protected function render_description( $form ) { ?>

add_checkbox( 'default' ); ?>

add_checkbox( 'enable_ban_lists', array( 'class' => 'itsec-settings-toggle' ) ); ?>
add_textarea( 'host_list', array( 'wrap' => 'off' ) ); ?>

add_textarea( 'agent_list', array( 'wrap' => 'off' ) ); ?>