apply_filters( 'strip_shortcodes_tagnames', array $tags_to_remove, string $content )

Filters the list of shortcode tags to remove from the content.


Description Description


Parameters Parameters

$tags_to_remove

(array) Array of shortcode tags to remove.

$content

(string) Content shortcodes are being removed from.


Top ↑

Source Source

File: wp-includes/shortcodes.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.