2708* @see gallery_shortcode()2709*2710* @param string$output The gallery output.Defaultempty.2711* @param array$attr Attributes of the gallery shortcode.2712* @param int$instance Unique numeric ID of this gallery shortcode instance.2713*/2714$output=apply_filters('post_gallery','',$attr,$instance);27152716if(!empty($output)){2717return$output;2718}27192720$html5=current_theme_supports('html5','gallery');
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.