Changeset 49935 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/05/2021 04:46:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r49929 r49935 3532 3532 * @param string|int[] $object_ids Comma-separated list or array of term object IDs. 3533 3533 * @param string|string[] $object_type The taxonomy object type or array of the same. 3534 * @return void|false False if all of the terms in `$object_ids` are already cached. 3534 * @return void|false Void on success or if the `$object_ids` parameter is empty, 3535 * false if all of the terms in `$object_ids` are already cached. 3535 3536 */ 3536 3537 function update_object_term_cache( $object_ids, $object_type ) {
Note: See TracChangeset
for help on using the changeset viewer.