wp-post-meta-revisions icon indicating copy to clipboard operation
wp-post-meta-revisions copied to clipboard

Plugin assumes a field's name is the same as its meta key

Open mboynes opened this issue 6 years ago • 0 comments

The posted data is checked only against the meta key, which means that a plugin could not name a field something different and revision its post meta, e.g. <input name="my_plugin[my_meta_key]" />. While I think that's a reasonable default, it should be possible to decouple field input names and meta keys.

mboynes avatar Mar 21 '18 15:03 mboynes