Switch language

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




tag_exists [ WordPress Function ]

tag_exists ( $tag_name )
Parameters:
  • (unknown_type) $tag_name
Returns:
  • (unknown)
Defined at:



{@internal Missing Short Description}}

Source


<?php
function tag_exists($tag_name) {
    return 
term_exists($tag_name'post_tag');
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...



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