2851* @see gallery_shortcode()2852*2853* @param string$output The gallery output.Defaultempty.2854* @param array$attr Attributes of the gallery shortcode.2855* @param int$instance Unique numeric ID of this gallery shortcode instance.2856*/2857$output=apply_filters('post_gallery','',$attr,$instance);28582859if(!empty($output)){2860return$output;2861}28622863$html5=current_theme_supports('html5','gallery');
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.