Filter hook 'tag_escape'

in WP Core File wp-includes/formatting.php at line 4808

Description

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

Occurrences

Filename Line Number
wp-includes/formatting.php 4808

Parameters

Type Name Description
string $safe_tag The tag name after it has been escaped.
string $tag_name The text before it was escaped.

PHP Doc

/**
	 * 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.
	 */