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.
684*685* @param array$out The output array of shortcode attributes.686* @param array$pairs The supported attributes and their defaults.687* @param array$atts The user defined shortcode attributes.688* @param string$shortcode The shortcode name.689*/690$out=apply_filters("shortcode_atts_{$shortcode}",$out,$pairs,$atts,$shortcode);691}692693return$out;694}695696/**
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.