Switch language

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




get_post_taxonomies [ WordPress Function ]

get_post_taxonomies ( $post = 0 )
Parameters:
  • (int) $post Optional. Post ID
Uses:
Returns:
  • (array)
Defined at:



Retrieve all taxonomies of a post with just the names.

Source


<?php
function get_post_taxonomies($post 0) {
    
$post =& get_post($post);

    return 
get_object_taxonomies($post);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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