When using the plugin Product Import Export Plugin For WooCommerce, the below-mentioned code snippet facilitates you to export reviews of the products that do not have ratings, into a CSV file. Simply add the code snippet to your functions.php file of the active child theme. Follow the below-mentioned steps:
- From the WordPress admin dashboard, navigate to Appearance > Theme File Editor.
- Under Theme Files, select Theme Functions (functions.php).
- Paste the code snippet at the end of the functions.php file of your active child theme.
Code Snippet: