Filter hook 'no_texturize_shortcodes'

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

Description

Filters the list of shortcodes not to texturize.

Occurrences

Filename Line Number
wp-includes/formatting.php 228

Parameters

Type Name Description
string[] $default_no_texturize_shortcodes An array of shortcode names.

PHP Doc

/**
	 * Filters the list of shortcodes not to texturize.
	 *
	 * @since 2.8.0
	 *
	 * @param string[] $default_no_texturize_shortcodes An array of shortcode names.
	 */