2020-05-01 / 4112阅 / 悠然
Retrieves metadata for a term.
(int)
(Required)
Term ID.
(string)
(Optional)
The meta key to retrieve. If no key is provided, fetches all metadata for the term.
Default value: ''
(bool)
(Optional)
Whether to return a single value. If false, an array of all values matching the $term_id/$key pair will be returned. Default: false.
Default value: false
(mixed) If $single is false, an array of metadata values. If $single is true, a single metadata value.