apply_filters( 'strip_shortcodes_tagnames', array $tag_array , string $content )
Filters the list of shortcode tags to remove from the content.
Parameters
- $tag_array
-
Array of shortcode tags to remove.
- $content
-
Content shortcodes are being removed from.
Source
Changelog
Version | Description |
---|---|
WP-4.7.0 | Introduced. |