You appear to be a bot. Output may be restricted
Description
Return whether we're previewing the front page and it's a static page.
Usage
twentyseventeen_is_static_front_page();
Parameters
Returns
void
Source
File name: twentyseventeen/inc/customizer.php
Lines:
1 to 4 of 4
function twentyseventeen_is_static_front_page() { return ( is_front_page() && ! is_home() ); }