This addon adds the ability to delete user meta fields (that are stored in the wp_usermeta table) based on the meta value. The free version of Bulk Delete plugin allows you to delete user meta fields based on meta key alone, but this addon adds the ability to delete the meta fields based on both meta key and value. In addition to that, this addon also allows you to schedule automatic deletion of user meta fields.
You can delete user meta fields based on the following filters.
- Delete all meta fields whose value matches the given value. The following comparison operators are supported.
- equal to
- not equal to
- less than
- less than or equal to
- greater than
- greater than or equal to
- like
- not like
- The meta value to be compared can belong to any of the following data type
- Char (string)
- Numeric
- Decimal
- Signed
- Unsigned
- Date
- DateTime
- Time
- Binary
In addition to the above options you can also choose the following filters
- Restrict meta fields to a specific user role
- Delete meta fields from the first x number of users
Scheduling
The meta fields can be deleted immediately or can be scheduled for automatic deletion.
Screenshots
Requirements
This addon requires at least v5.4 or above of Bulk Delete plugin.
Current version: 0.1
Show Change Log