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



tag_escape › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'tag_escape', $safe_tag, $tag_name )
Parameters: (2)
  • () safe_tag The tag name after it has been escaped.
    Required: Yes
  • () tag_name The text before it was escaped.
    Required: Yes
Defined at:
Codex:

Filters a string cleaned and escaped for output as an HTML tag.





Source

return apply_filters( 'tag_escape', $safe_tag, $tag_name );