Changeset 45786
- Timestamp:
- 08/13/2019 01:51:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r45639 r45786 1130 1130 * @type string $sanitize_callback A function or method to call when sanitizing `$meta_key` data. 1131 1131 * @type string $auth_callback Optional. A function or method to call when performing edit_post_meta, add_post_meta, and delete_post_meta capability checks. 1132 * @type bool $show_in_rest Whether data associated with this meta key can be considered public. 1132 * @type bool $show_in_rest Whether data associated with this meta key can be considered public and 1133 * should be accessible via the REST API. A custom post type must also declare 1134 * support for custom fields for registered meta to be accessible via REST. 1133 1135 * } 1134 1136 * @param string|array $deprecated Deprecated. Use `$args` instead.
Note: See TracChangeset
for help on using the changeset viewer.