Filter hook 'strip_shortcodes_tagnames'

in WP Core File wp-includes/shortcodes.php at line 730

Description

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

Occurrences

Filename Line Number
wp-includes/shortcodes.php 730

Parameters

Type Name Description
array $tags_to_remove Array of shortcode tags to remove.
string $content Content shortcodes are being removed from.

PHP Doc

/**
	 * Filters the list of shortcode tags to remove from the content.
	 *
	 * @since 4.7.0
	 *
	 * @param array  $tags_to_remove Array of shortcode tags to remove.
	 * @param string $content        Content shortcodes are being removed from.
	 */