Changeset 59023 for trunk/src/wp-includes/meta.php
- Timestamp:
- 09/16/2024 11:31:17 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r58962 r59023 1370 1370 * @since 5.5.0 The `$default` argument was added to the arguments array. 1371 1371 * @since 6.4.0 The `$revisions_enabled` argument was added to the arguments array. 1372 * @since 6.7.0 The `label` argument was added to the arguments array. 1372 1373 * 1373 1374 * @param string $object_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user', … … 1381 1382 * @type string $type The type of data associated with this meta key. 1382 1383 * Valid values are 'string', 'boolean', 'integer', 'number', 'array', and 'object'. 1384 * @type string $label A human-readable label of the data attached to this meta key. 1383 1385 * @type string $description A description of the data attached to this meta key. 1384 1386 * @type bool $single Whether the meta key has one value per object, or an array of values per object. … … 1413 1415 'object_subtype' => '', 1414 1416 'type' => 'string', 1417 'label' => '', 1415 1418 'description' => '', 1416 1419 'default' => '',
Note: See TracChangeset
for help on using the changeset viewer.