2734* @see gallery_shortcode()2735*2736* @param string$output The gallery output.Defaultempty.2737* @param array$attr Attributes of the gallery shortcode.2738* @param int$instance Unique numeric ID of this gallery shortcode instance.2739*/2740$output=apply_filters('post_gallery','',$attr,$instance);27412742if(!empty($output)){2743return$output;2744}27452746$html5=current_theme_supports('html5','gallery');
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.