Switch language

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




has_category [ WordPress Function ]

has_category ( $category = '', $post = null )
Parameters:
  • (string|int|array) $category Optional. The category name/term_id/slug or array of them to check for.
  • (int|object) $post Optional. Post to check instead of the current post.
Returns:
  • (bool) True if the current post has any of the given categories (or any category, if no category specified).
Defined at:



Check if the current post has any of given category.

Source


<?php
function has_category$category ''$post null ) {
    return 
has_term$category'category'$post );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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