Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * This will delete the "imported" meta_key from all comments,
- * Allowing Site Reviews to re-import previously imported WooCommerce reviews
- */
- add_action('admin_init', function () {
- delete_metadata('comment', 0, 'imported', null, true);
- });
Advertisement
Advertisement