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

File: wp-includes/shortcodes.php

View on GitHub


Changelog

Changelog
Version Description
4.7.0 Introduced.