apply_filters( 'do_shortcode_tag', string $output , string $tag , array|string $attr , array $m )
Filters the output created by a shortcode callback.
Parameters
- $output
-
Shortcode output.
- $tag
-
Shortcode name.
- $attr
-
Shortcode attributes array or empty string.
- $m
-
Regular expression match array.
Source
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |