Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/formatting.php | apply_filters | 4701 | /** * Filters a string cleaned and escaped for output as an HTML tag. * * @since 2.8.0 * * @param string $safe_tag The tag name after it has been escaped. * @param string $tag_name The text before it was escaped. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $safe_tag | The tag name after it has been escaped. |
string | $tag_name | The text before it was escaped. |