id = 'system-tweaks'; $this->title = __( 'System Tweaks', 'better-wp-security' ); $this->description = __( 'Advanced settings that improve security by changing the server config for this site.', 'better-wp-security' ); $this->type = 'recommended'; parent::__construct(); } protected function render_description( $form ) { ?>

add_checkbox( 'protect_files' ); ?>

add_checkbox( 'directory_browsing' ); ?>

add_checkbox( 'request_methods' ); ?>

WordPress REST API.', 'better-wp-security' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( 'https://wordpress.org/plugins/rest-api/' ) ); ?>

add_checkbox( 'suspicious_query_strings' ); ?>

add_checkbox( 'non_english_characters' ); ?>

add_checkbox( 'long_url_strings' ); ?>

add_checkbox( 'write_permissions' ); ?>

add_checkbox( 'uploads_php' ); ?>

add_checkbox( 'plugins_php' ); ?>

add_checkbox( 'themes_php' ); ?>