no_texturize_shortcodes

no_texturize_shortcodes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('no_texturize_shortcodes') is found 1 times:

  • /wp-includes/formatting.php line 228
    	 * @since 2.8.0
    	 *
    	 * @param string[] $default_no_texturize_shortcodes An array of shortcode names.
    	 */
    	$no_texturize_shortcodes = apply_filters( 'no_texturize_shortcodes', $default_no_texturize_shortcodes );
    
    	$no_texturize_tags_stack       = array();
    	$no_texturize_shortcodes_stack = array();
    
    	// Look for shortcodes and HTML elements.
    
    

See this hook used in plugins: