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 ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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