Changeset 48473 for trunk/src/wp-includes/meta.php
- Timestamp:
- 07/14/2020 11:54:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r48411 r48473 1241 1241 * In other words, when calling get_metadata() with `$single` set to `false`, 1242 1242 * the default value given here will be wrapped in an array. 1243 * @type string$sanitize_callback A function or method to call when sanitizing `$meta_key` data.1244 * @type string$auth_callback Optional. A function or method to call when performing edit_post_meta,1243 * @type callable $sanitize_callback A function or method to call when sanitizing `$meta_key` data. 1244 * @type callable $auth_callback Optional. A function or method to call when performing edit_post_meta, 1245 1245 * add_post_meta, and delete_post_meta capability checks. 1246 1246 * @type bool|array $show_in_rest Whether data associated with this meta key can be considered public and
Note: See TracChangeset
for help on using the changeset viewer.