Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




category_description [ WordPress Function ]

category_description ( $category = 0 )
Parameters:
  • (int) $category Optional. Category ID. Will use global category ID by default.
Returns:
  • (string) Category description, available.
Defined at:



Retrieve category description.

Source


<?php
function category_description$category ) {
    return 
term_description$category'category' );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics