We need more control over reviews. There is not an option or user interface for that in the WP admin comment section. But is there a way to show the custom comment meta used for the star rating in the WP admin comment section?
Mainly we want to be able to add an edit reviews ourselves from the WP admin.
Currently, there’s no built-in feature for this, but there are plugins available. For example, we found JSM Show Comment Metadata – WordPress plugin | WordPress.org. In the current version, the rating is stored in comment_karma. It may be possible to create a sync between this meta field and the rating field using a custom code snippet, but this would require custom development.