id = '404-detection'; $this->title = __( '404 Detection', 'better-wp-security' ); $this->description = __( 'Automatically block users snooping around for pages to exploit.', 'better-wp-security' ); $this->type = 'recommended'; parent::__construct(); } protected function render_description( $form ) { ?>
get_lockout_description(); ?>add_text( 'check_period', array( 'class' => 'small-text' ) ); ?> | |
add_text( 'error_threshold', array( 'class' => 'small-text' ) ); ?> | |
add_textarea( 'white_list', array( 'wrap' => 'off' ) ); ?> | |
add_textarea( 'types', array( 'wrap' => 'off' ) ); ?> |