no_texturize_tags

no_texturize_tags

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('no_texturize_tags') is found 1 times:

  • /wp-includes/formatting.php line 220
    	 * @since 2.8.0
    	 *
    	 * @param string[] $default_no_texturize_tags An array of HTML element names.
    	 */
    	$no_texturize_tags = apply_filters( 'no_texturize_tags', $default_no_texturize_tags );
    	/**
    	 * Filters the list of shortcodes not to texturize.
    	 *
    	 * @since 2.8.0
    	 *
    	 * @param string[] $default_no_texturize_shortcodes An array of shortcode names.