id = 'multisite-tweaks'; $this->title = __( 'Multisite Tweaks', 'better-wp-security' ); $this->description = __( 'Advanced settings that improve security by changing default WordPress Multisite behavior.', 'better-wp-security' ); $this->type = 'recommended'; parent::__construct(); } protected function render_description( $form ) { ?>
add_checkbox( 'theme_updates' ); ?> | |
add_checkbox( 'plugin_updates' ); ?> | |
add_checkbox( 'core_updates' ); ?> |