apply_filters( 'do_shortcode_tag', string $output, string $tag, array|string $attr, array $m )

Filters the output created by a shortcode callback.


Parameters

$output

(string) Shortcode output.

$tag

(string) Shortcode name.

$attr

(array|string) Shortcode attributes array or empty string.

$m

(array) Regular expression match array.


Source

File: wp-includes/shortcodes.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.7.0 Introduced.