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


Search functions
Search filters
Search actions

Permalink: http://wpseek.com/wp_get_post_categories/

General Information about wp_get_post_categories

)

Related Codex Documentation

Introduced in WordPress

Loading ...

Type

WordPress Function

Dropped in WordPress

Loading ...

Defined at

See below
 

Short Description

More links ... Get description ...

Code Snippets for 'wp_get_post_categories'

  • xmlrpc.php
       530:   $categories = array();   531:   foreach(wp_get_post_categories($page->ID) as $cat_id) {   532:           $categories[] = get_cat_name($cat_id);

  • wp-includes/post.php
      1220:  */  1221: function wp_get_post_categories( $post_id = 0, $args = array() ) {  1222:         $post_id = (int) $post_id;

Top Google Search Results for 'wp_get_post_categories'

User discussions on 'wp_get_post_categories'

0 User Note(s) on 'wp_get_post_categories'

None yet. Be the first!

Add New ...