category_description( int $category )
Retrieves category description.
Parameters
- $category
-
(int) (Optional) Category ID. Defaults to the current category ID.
Return
(string) Category description, if available.
More Information
If used in the archive.php template, place this function within the is_category() conditional statement.
Otherwise, this function will stop the processing of the page for monthly and other archive pages.
Source
File: wp-includes/category-template.php
function category_description( $category = 0 ) { return term_description( $category ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/category_description