Reset All Meta Values

Support General Reset All Meta Values

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6943
    nfyp145nfyp145
    Participant

    Hi

    Is it possible to reset all meta values (meta_value) from database created by Meta Box plugin?

    Thank you so much!

    #6948
    Anh TranAnh Tran
    Keymaster

    Hi,

    You can run a SQL query like this:

    DELETE FROM wp_postmeta WHERE meta_key IN ('field1', 'field2');

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reset All Meta Values’ is closed to new replies.