Filters the list of shortcodes not to texturize.
Parameters
$default_no_texturize_shortcodes
string[]- An array of shortcode names.
Source
$no_texturize_shortcodes = apply_filters( 'no_texturize_shortcodes', $default_no_texturize_shortcodes );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Example Migrated from Codex:
The example below adds the shortcode “myshortcode” to the list of shortcodes not to texturize.