The plugin also has some actions included so that plugins and themes can integrate and build their own extensions into the functionality...
By default the plugin will be enabled for all post types but you can go to the settings page and turn it off for any post types where it's not needed...
Or search for 2014-01-01. to search for all orders between 2014-01-01 and the current date.
You can add your own metabox to enter data or you can just add some rows before the built-in custom field rows.
To see integration example, download FoxyShop plugin and look in the bulkeditor php file...
Want to change custom field name. at the bottom of Single Value Mode form and you'll be able to enter the original field name and the new field name...
Did not change the value of the original fields, just duplicated the fields and placed the value at the duplicate fields.
I changed one page, went to wp postmeta to see how that page's layout got setup with the theme and then, using Custom Field Bulk Editor, with one click changed all of my pages.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Added editor for multi-value mode so that names and values can be pasted into textarea.
Read more