apply_filters( 'tag_escape', string $safe_tag, string $tag_name )

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


Description Description


Parameters Parameters

$safe_tag

(string) The tag name after it has been escaped.

$tag_name

(string) The text before it was escaped.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.