Function Reference/do shortcode tag
Description
Regular Expression callable for do_shortcode() for calling shortcode hook.
Usage
<?php do_shortcode_tag( $m ) ?>
Parameters
- $m
- (array) (required) Regular expression match array
- Default: None
Return Values
- (mixed)
- False on failure.
Examples
Notes
- This is a private function. It should not be called directly. It is listed in the Codex for completeness.
- See get_shortcode_regex for details of the match array contents.
- Uses global: (unknown type) $shortcode_tags
Change Log
Since: 2.5
Source File
do_shortcode_tag() is located in wp-includes/shortcodes.php.
Related