get('Name'); $boots_child_theme_name = str_replace( array( ' ', '_'),'-', $boots_child_theme_name ); $boots_child_theme_name = strtolower($boots_child_theme_name); if( ! empty( $boots_page_width ) ) { $classes[] = 'child-'. $boots_child_theme_name; } return apply_filters( 'boots_body_classes', $classes ); } /* Child Theme Functions End */ //////////////////////////////////////////////////////////////////////////////// include_once( get_theme_root() . '/raindrops/childs/boots/inc.php'); include_once( get_theme_root() . '/raindrops/childs/boots/functions.php'); include_once( get_stylesheet_directory() . '/config.php'); if ( isset( $raindrops_child_base_setting_args ) && !empty( $raindrops_child_base_setting_args ) ) { $raindrops_base_setting = $raindrops_child_base_setting_args; }