Languages: English • Reference/gallery shortcode 日本語 (Add your language)
The Gallery shortcode. This implements the functionality of the Gallery Shortcode for displaying WordPress images on a post.
<?php gallery_shortcode( $attr ); ?>
Adds the gallery shortcode.
add_shortcode( 'gallery', 'gallery_shortcode' );
gallery_shortcode() is located in wp-includes/media.php
.