Changeset 48658 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 07/28/2020 10:13:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r48600 r48658 1293 1293 * Default false. 1294 1294 * @return mixed An array if $single is false. The value of the meta field 1295 * if $single is true. 1295 * if $single is true. False for an invalid $term_id. 1296 1296 */ 1297 1297 function get_term_meta( $term_id, $key = '', $single = false ) {
Note: See TracChangeset
for help on using the changeset viewer.