Skip to content

Expand field APIs and bug fixes

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 15 Nov 19:20
· 32 commits to master since this release

New Features

  • All fields allow you to pass it a callback function which can be used to modify the saved value on page load.
  • AutoSuggests and AutoLists can specify which resource to search. i.e. posts or a custom post type.
  • Checkboxes have a function to help with saving checkbox data. update_checkbox_value

Bug Fixes

  • Load WordPress Color Picker CSS. Now the color picker looks like a color picker.
  • AutoSuggest Bug: You can now have multiple autosuggest fields in a single metabox.
  • Remove Duplicate Checkbox label.