2697* @see gallery_shortcode()2698*2699* @param string$output The gallery output.Defaultempty.2700* @param array$attr Attributes of the gallery shortcode.2701* @param int$instance Unique numeric ID of this gallery shortcode instance.2702*/2703$output=apply_filters('post_gallery','',$attr,$instance);27042705if(!empty($output)){2706return$output;2707}27082709$html5=current_theme_supports('html5','gallery');
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.