wp-content/themes/twentysixteen/inc/template-tags.php:181Displays the optional excerpt.
$css_classstringoptional'entry-summary' function twentysixteen_excerpt( $css_class = 'entry-summary' ) { $css_class = esc_attr( $css_class ); if ( has_excerpt() || is_search() ) : ?> <div class="<?php echo $css_class; ?>"> <?php the_excerpt(); ?> </div><!-- .<?php echo $css_class; ?> --> <?php endif; }Introduced in Twenty Sixteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentysixteen/inc/template-tags.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.