Filters whether to show the Twenty Seventeen featured image below the header.
$show_featured_imageboolwp-content/themes/twentyseventeen/functions.php:729twentyseventeen_should_show_featured_image() * By default, the image is displayed on single posts and pages, unless the page is the front page. * * @since Twenty Seventeen 3.7 * * @param bool $show_featured_image Whether to display the featured image below the header. */ return apply_filters( 'twentyseventeen_should_show_featured_image', $show_featured_image );} /** * Implement the Custom Header feature. */require get_parent_theme_file_path( '/inc/custom-header.php' );Introduced in Twenty Seventeen 3.7. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$show_featured_image added.verified against source