Meta Box
Support Forum
Support › General › Reset All Meta Values
Hi
Is it possible to reset all meta values (meta_value) from database created by Meta Box plugin?
Thank you so much!
Hi,
You can run a SQL query like this:
DELETE FROM wp_postmeta WHERE meta_key IN ('field1', 'field2');