Lines:
1 to 17 of 17
<?php /** * Additional features to allow styling of the templates * * @package WordPress * @subpackage Twenty_Seventeen * @since Twenty Seventeen 1.0 */ /* function twentyseventeen_body_classes() – Adds custom classes to the array of body classes. */ add_filter( 'body_class', 'twentyseventeen_body_classes' ); /* function twentyseventeen_panel_count() – Count our number of active panels. */ /* function twentyseventeen_is_frontpage() – Checks to see if we’re on the front page or not. */