Switch language

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




get_the_tags [ WordPress Function ]

get_the_tags ( $id = 0 )
Parameters:
  • (int) $id Post ID.
Uses:
Returns:
  • (array)
Defined at:



Retrieve the tags for a post.

Source


<?php
function get_the_tags$id ) {
    return 
apply_filters'get_the_tags'get_the_terms$id'post_tag' ) );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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