Changeset 52204 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 11/18/2021 01:48:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r52163 r52204 2893 2893 * @param int $object_id The ID of the object from which the terms will be removed. 2894 2894 * @param string|int|array $terms The slug(s) or ID(s) of the term(s) to remove. 2895 * @param array|string$taxonomy Taxonomy name.2895 * @param string $taxonomy Taxonomy name. 2896 2896 * @return bool|WP_Error True on success, false or WP_Error on failure. 2897 2897 */
Note: See TracChangeset
for help on using the changeset viewer.