| @@ -97,9 +97,8 @@ | ||
| 97 | 97 | public function delete_for_all_users(): void { |
| 98 | 98 | $users = get_users(); |
| 99 | 99 | foreach ( $users as $user ) { |
| 100 | 100 | delete_user_option( $user->ID, $this->option_name, false ); |
| 101 | - // @todo Add other user options for different actions as well. | |
| 102 | 101 | } |
| 103 | 102 | } |
| 104 | 103 | |
| 105 | 104 | } // class TablePress_WP_User_Option |