If you have database access, and are familiar/comfortable with MySQL, you could write a simple update script on the product table, replacing all ‘review_status’ to be ‘yes’.
I am not familiar with WooCommerce back end, but you will just need to find the proper table, column, and value, and it would be a 5-10 second long ordeal.
UPDATE [wp_woo_products_table] SET [product_status]='[enabled/yes]'
Ignore the square brackers [] in the line above, they simply mean placeholders for the proper values.
Related Posts:
- Can I leave off plugin textdomain for terms used in core?
- How to tell if a plugin is multisite compatible?
- Correct way to serialize the data of options table?
- How to force WordPress to temporarily switch locale (using qTranslate)? [closed]
- Custom admin column disappearing when using Quick Edit [duplicate]
- Create page when plugin is activated
- How can I translate the name of my Plugin for other languages?
- Article source link for posts
- WordPress media upload limit?
- How to make a plugin auto-add item to nav menu
- Logs to check when the plugin was first installed for the first time
- How to get custom field image url of specific size
- Getting “Fatal error: Call to undefined function wp_cache_get() in option.php” after updating a cache plugin [closed]
- Facebook Like Button On Individual Comments
- Keep user’s privileges on accessing contents in JSON response
- Displaying admin notice dynamically
- Get total number of comment of the posts written by an author
- How to Dequeue All WordPress Assets
- How to replace or display the special characters from JSON API plugin [closed]
- Output HTML only on individual post view
- Why plugin ajax response is -1?
- printf – problem to understand code
- Pass info from functions.php to plugin
- add_query_arg not working
- Elementor\Scheme_Typography’ not found [closed]
- How do I add a custom sub menu menu under Woo-commerce marketing?
- Widget for adding HTML markup to a page
- WordPress filter that hook after each action/filter hook
- When to use action hooks and plugins
- Uncode theme content block header ignoring saved changes/not updating?
- Unique 4 digit number
- One of my plugins broke when I tried to update it, how do I safely uninstall it?
- WooCommerce Checkout Error [closed]
- User Session and Stored Cookies not get removed
- get 404 when accessing wp-admin/plugin-install.php
- Pre booking doesn’t work with custom bootstrap modul in woocommerce [closed]
- WordPress change Language not working
- Bulk updates to post_content
- Advanced AJAX Page Loader ignores other JS code
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- wp_enqueue_script registers script but does not create html tag
- Multiple domains issue
- How to add FB like + share AND also other Social Buttons on ALL pages and posts?
- file-gallery plugin line 1573 broken in 4.2 upgrade [closed]
- How do I use wp_editor() in widget form?
- the_tags : can we insert a class
- PHP Error When a plugin is active
- Errors when trying to use a plugin to write to the database
- Moving a plugin js to footer
- Is there a plugin for WordPress for creating ‘Accounts’ where all users who belong to that Account can only see Account data? [closed]
- wp_redirect doen’t work
- How do I add an options page at the bottom of the list?
- Hardcoded paths in my plugin
- How to save plugin custom settings page fields
- wp_insert_term() doesnt insert a term
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- HTTP requests start hanging after I try activating all plugins, and only stop when I manually disable the plugins via DB
- Memory Management when developing plug-ins
- How can recognize post’s category?
- Developing plugin, where to place action hooks etc?
- Widget content turns up before title
- Load script only in the admin page
- Using AJAX to run SQL statement and populate dropdown
- How do I fill the Home Description?
- Disable “auto embed” feature when pasting text and links
- How to prevent users to view server files using WP File Manager plugin?
- Alternative Hook to the_content for Changing Background Color
- How to use WordPress header function and footer function and not load word press database
- SASS not showing in customized preloader plugin
- Lock content in WordPress website
- I want to display “how many times this tag used in WordPress?”
- After updating theme & plugin I am getting an error message
- Get Current Post ID in WP Loop For GiveWP
- Suspect incomplete .pot file – what to do?
- Password Protect wp-content?
- Unable to activate themes on localhost
- How to make cover image in post block expand to entire screen?
- Can you develop themes and plugins while using the hosting services BlueHost? [closed]
- Conditional Fields depending on checkboxes
- Identify if the_post hook is being called from the admin post list
- Translation plugin with default language?
- wordpress ajax pagination object value does not change
- Reorganization of namespaces
- Google analytic issue in wordpress
- Passing a parameter to filter and action functions
- image upload error wordpress
- Holding 2 wp_user in the same action (to update billing_email when user_email is updated)
- Simply Exclude – Category feed exclusion is excluding from category feed instead of just the main feed
- OOP Plugin: Where should I place the action hooks in the class?
- How to get the real address from a url (permalink)
- 404 Page when emptying spam or deleting a plugin
- File permissions for wp-minify plugin
- How to make temporary expiring link for a downloadable file
- Add country flags
- How to declare this function correctly?
- Content expands beyond its column container [closed]
- Make plugin admin page visible to other roles
- How Create LastMod and Update Date Only on Taxonomy Category and Tags
- How To Convert External Image URLs To Own Website’s Uploaded Images Automatically?
- Getting 400 Error in wordpress website