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) Array of shortcode tags to remove.

$content

(string) Content shortcodes are being removed from.


Source

File: wp-includes/shortcodes.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.7.0 Introduced.