mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
201f9d2864ee9f31bb140f53bef92c24b54d65e0
`register_setting` can now be passed an array arguments to specify meta-data about the setting, much like using the `register_meta` API. Of note, it will now accept a `show_in_rest` arg to hint the inclusion of the setting in the REST API. `get_registered_settings()` is available as a utility to get all registered settings. Props rmccue, aaroncampbell. Fixes #37885. git-svn-id: https://develop.svn.wordpress.org/trunk@38635 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%