edd_get_taxonomy_labels( string $taxonomy = 'download_category' )
Get the singular and plural labels for a download taxonomy
Description Description
Parameters Parameters
- $taxonomy
-
(Optional) The Taxonomy to get labels for
Default value: 'download_category'
Return Return
(array) Associative array of labels (name = plural)
Source Source
File: includes/post-types.php
Changelog Changelog
Version | Description |
---|---|
2.4 | Introduced. |