wp-content/themes/twentyseventeen/inc/customizer.php:239Return whether we're on a view that supports a one or two column layout.
function twentyseventeen_is_view_with_layout_option() { // This option is available on all pages. It's also available on archives when there isn't a sidebar. return ( is_page() || ( is_archive() && ! is_active_sidebar( 'sidebar-1' ) ) );}Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyseventeen/inc/customizer.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.