Filter hook 'no_texturize_tags'

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

Description

Filters the list of HTML elements not to texturize.

Occurrences

Filename Line Number
wp-includes/formatting.php 220

Parameters

Type Name Description
string[] $default_no_texturize_tags An array of HTML element names.

PHP Doc

/**
	 * Filters the list of HTML elements not to texturize.
	 *
	 * @since 2.8.0
	 *
	 * @param string[] $default_no_texturize_tags An array of HTML element names.
	 */