=== Delete Post Meta === Contributors: h4l9k Tags: delete-post-meta, remove-post-meta, delete-meta-data, meta-data Tested up to: 6.9 Requires at least: 6.3 Requires PHP: 7.4 Stable tag: 1.3.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Delete Post Meta based on meta key. Wrapper and admin panel for `delete_metadata`. == Description == Wrapper and admin panel for [delete_metadata](https://developer.wordpress.org/reference/functions/delete_metadata/). You can select the object type you want to search to delete metadata. Default to `post`. WARNING! Use this plugin with caution. It will delete all post meta based on a meta key. == Screenshots == 1. Tools admin page to input the meta key. == Changelog == = 1.3.0 = * Tested compatibility with WordPress 6.9.1. * Fixed readme.txt formatting. = 1.2.0 = * Tested compatibility with WordPress 6.6.1. * Fixed assets folder references. * Adds the ability to select object type to delete meta data from users, terms, comments, and other custom defined meta tables. = 1.1.2 = * Tested compatibility with WordPress 6.5.2. = 1.1.1 = * Minor updates and confirmation of WordPress compatibility with 6.4.2. = 1.1 = * Improvements were added based on feedback from the WordPress Plugin Review Team. = 1.0 = * Initial version.