Related Codex Documentation |
Introduced in WordPress![]() |
|
TypeWordPress Function |
Dropped in WordPress![]() |
|
Defined atSee below |
||
Short Description |
||
530: $categories = array(); 531: foreach(wp_get_post_categories($page->ID) as $cat_id) { 532: $categories[] = get_cat_name($cat_id);
1220: */ 1221: function wp_get_post_categories( $post_id = 0, $args = array() ) { 1222: $post_id = (int) $post_id;