Changeset 49963 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/15/2021 08:06:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r49947 r49963 4725 4725 * @param int $term_id Term ID. 4726 4726 * @param string $taxonomy Taxonomy name. 4727 * @return int|false False on error.4727 * @return int|false Parent term ID on success, false on failure. 4728 4728 */ 4729 4729 function wp_get_term_taxonomy_parent_id( $term_id, $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.