Changeset 61584
- Timestamp:
- 02/03/2026 07:30:24 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/meta.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r61463 r61584 1397 1397 * @since 6.4.0 The `$revisions_enabled` argument was added to the arguments array. 1398 1398 * @since 6.7.0 The `label` argument was added to the arguments array. 1399 * 1400 * @global array $wp_meta_keys Global registry for meta keys. 1399 1401 * 1400 1402 * @param string $object_type Type of object metadata is for. Accepts 'blog', 'post', 'comment', 'term', … … 1568 1570 * @since 5.5.0 1569 1571 * 1572 * @global array $wp_meta_keys Global registry for meta keys. 1573 * 1570 1574 * @param mixed $value Current value passed to filter. 1571 1575 * @param int $object_id ID of the object metadata is for. … … 1647 1651 * @since 4.9.8 The `$object_subtype` parameter was added. 1648 1652 * 1653 * @global array $wp_meta_keys Global registry for meta keys. 1654 * 1649 1655 * @param string $object_type Type of object metadata is for. Accepts 'blog', 'post', 'comment', 'term', 1650 1656 * 'user', or any other object type with an associated meta table. … … 1696 1702 * @since 4.6.0 1697 1703 * @since 4.9.8 The `$object_subtype` parameter was added. 1704 * 1705 * @global array $wp_meta_keys Global registry for meta keys. 1698 1706 * 1699 1707 * @param string $object_type Type of object metadata is for. Accepts 'blog', 'post', 'comment', 'term',
Note: See TracChangeset
for help on using the changeset viewer.