Definition:
function tag_exists($tag_name) {}
Parameters
- unknown_type $tag_name
Source code
function tag_exists($tag_name) { return term_exists($tag_name, 'post_tag'); }
2933
Definition:
function tag_exists($tag_name) {}
function tag_exists($tag_name) { return term_exists($tag_name, 'post_tag'); }
2933
No comments yet... Be the first to leave a reply!