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 ) { ?>
add_text( 'new_username', array( 'class' => 'code' ) ); ?>
|
|
add_checkbox( 'change_id' ); ?> |