wordpress / latest / hooks / shortcode_atts_shortcode.html

apply_filters( "shortcode_atts_{$shortcode}", array $out, array $pairs, array $atts, string $shortcode )

Filters shortcode attributes.

Description

If the third parameter of the shortcode_atts() function is present then this filter is available.
The third parameter, $shortcode, is the name of the shortcode.

Parameters

$out array
The output array of shortcode attributes.
$pairs array
The supported attributes and their defaults.
$atts array
The user defined shortcode attributes.
$shortcode string
The shortcode name.

Source

File: wp-includes/shortcodes.php. View all references

$out = apply_filters( "shortcode_atts_{$shortcode}", $out, $pairs, $atts, $shortcode );

Used By

Used By Description

Changelog

Version Description
4.4.0 Added the $shortcode parameter.
3.6.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/shortcode_atts_shortcode