Check if current page is set as homepage.
is_homepage( void ) : bool
No parameters.
(bool)
if (is_homepage()) { // content visible only on homepage }