Changeset 58962 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 09/01/2024 06:28:22 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r58427 r58962 1431 1431 * The value of the meta field if `$single` is true. 1432 1432 * False for an invalid `$term_id` (non-numeric, zero, or negative value). 1433 * An empty string if a valid but non-existing term ID is passed. 1433 * An empty array if a valid but non-existing term ID is passed and `$single` is false. 1434 * An empty string if a valid but non-existing term ID is passed and `$single` is true. 1434 1435 */ 1435 1436 function get_term_meta( $term_id, $key = '', $single = false ) {
Note: See TracChangeset
for help on using the changeset viewer.