WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about no_texturize_tags

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 218 /**
* 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.
*/

Hook Parameters

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