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

Filters the output created by a shortcode callback.


Description


Parameters

$output

(string) Shortcode output.

$tag

(string) Shortcode name.

$attr

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

$m

(array) Regular expression match array.


Top ↑

Source

File: wp-includes/shortcodes.php

View on Trac


Top ↑

Changelog

Version Description
4.7.0 Introduced.