WPDev.one
Core Function
View Source on Trac ↗

strip_shortcode_tag()

strip_shortcode_tag( mixed $m )

Strips a shortcode tag based on RegEx matches against post content.

Parameters 1 required

Name / Type Description
$m
array

RegEx matches against post content.

Required

Return Value

((string)
| false) The content stripped of the tag, otherwise false.

Function Information

Since Version
3.3.0
Source File
wp-includes/shortcodes.php
Advertisement