do_shortcode_tag

Advertisement

Summery Summery

Filters the output created by a shortcode callback.

Syntax Syntax

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

Parameters Parameters

$output

Shortcode output.

$tag

Shortcode name.

$attr

Shortcode attributes array or empty string.

$m

Regular expression match array.

Source Source

File: wp-includes/shortcodes.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply