Switch language

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




get_the_tag_list [ WordPress Function ]

get_the_tag_list ( $before = '', $sep = '', $after = '', $id = 0 )
Parameters:
  • (string) $before Optional. Before tags.
  • (string) $sep Optional. Between tags.
  • (string) $after Optional. After tags.
  • (int) $id Optional. Post ID. Defaults to the current post.
Uses:
Returns:
  • (string)
Defined at:



Retrieve the tags for a post formatted as a string.

Source


<?php
function get_the_tag_list$before ''$sep ''$after ''$id ) {
    return 
apply_filters'the_tags'get_the_term_list$id'post_tag'$before$sep$after ), $before$sep$after$id );
}
?>

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