WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about no_texturize_shortcodes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/formatting.php apply_filters 226 /**
* Filters the list of shortcodes not to texturize.
*
* @since 2.8.0
*
* @param string[] $default_no_texturize_shortcodes An array of shortcode names.
*/

Hook Parameters

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