custom-metadata
custom-metadata copied to clipboard
A WordPress plugin that provides an easy way to add custom fields to your object types (post, pages, custom post types, users)
Hello, I'm having an issue with trying to update the values of a cloneable field, for instance, Retrieving the value as follows `$emails = get_post_meta(123, 'memo_category-103');` `print_r($emails);` as you'd expect...
Version included: 3.4.1 [Latest version: 4.0.x (4.1.x in RC)](https://github.com/select2/select2/releases)
Version included: 1.2 [Latest: v1.6.3](https://github.com/trentrichardson/jQuery-Timepicker-Addon)
there are some issues to be fix on your plugin, but without being sure the modifications are going to be integrated in the core, I do not know if is...
This fixes an issue where new inputs added to `multiple` fields are given the value of the last existing input. Prior to this fix, when a new input is added,...
Hello! I'd love to be able to use this plugin to add fields to taxonomies. Is there any work in this direction?
Also made the argument order match $custom_metadata_manager-> save_metadata_field for ease of calling the default method. (Essentially I am trying to allow custom save permissions). This seems like it could break...
Currently, if a multifield is empty, an empty row of data will be serialized and saved (and likewise if an empty row is left within a multifield, it will be...
Moved the attachment ID first value into a variable so array_shift doesn't throws a warning. Issue #95