WordPress hook directory
get_category
Warning! This hook has been renamed!
As of WP version 2.3, this hook has been renamed to get_{$taxonomy}.
Description
Applied to the category information that the get_category function looks up, which is basically an array of all the fields in WordPress's category table for a particular category ID.
This description was scraped automatically from the WordPress filter reference
or action reference
. If it looks like this is the wrong description, please tell me so I can fix my code.
WordPress version history for get_category
This database has information for all major versions from WP 1.2.1 through 2.9.
| Version | File | Type | |
|---|---|---|---|
| 2.0.11 | wp-includes/functions.php | View hook in source | filter |
| 2.1 | wp-includes/category.php | View hook in source | filter |
| 2.2 | wp-includes/category.php | View hook in source | filter |
| 2.3 | Renamed. See get_{$taxonomy} |
Related Hooks
We find related hooks using word stems. get_category has 1 significant word stem(s): category. Note that some of the hooks below may not appear in all versions of WP.