strip_shortcodes_tagnames

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$tags_to_remove

Array of shortcode tags to remove.

$content

Content shortcodes are being removed from.

Source Source

File: wp-includes/shortcodes.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply