WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about strip_shortcodes_tagnames

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/shortcodes.php apply_filters 649 /**
* 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.
*/

Hook Parameters

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