apply_filters( 'category_description', string $description , WP_Term $category )
Filters the category description for display.
Parameters
- $description
-
(string) Category description.
- $category
-
(WP_Term) Category object.
Source
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Get access to term data and term field data
Expand full source codeCollapse full source code