'; } } else { if( is_user_logged_in() ) { echo '
  • '; } } } } /** * */ function boots_extend_style() { raindrops_register_styles( "boots" ); /** * Set boots efault value for Customizer */ add_filter( 'raindrops_fallback_footer_color_default', 'raindrops_child_fallback_footer_color_default' ); add_filter( 'raindrops_fallback_hyperlink_color_default', 'raindrops_child_fallback_hyperlink_color_default' ); add_filter( 'raindrops_fallback_fonts_color_default', 'raindrops_child_fallback_fonts_color_default' ); add_filter( 'raindrops_fallback_footer_link_color', 'raindrops_child_fallback_footer_link_color' ); add_filter( 'raindrops_fallback_header_textcolor', 'raindrops_child_fallback_header_textcolor' ); } /** * */ if ( isset( $raindrops_child_base_setting_args ) && !empty( $raindrops_child_base_setting_args ) ) { $boots_current_theme_data = wp_get_theme(); $boots_current_theme = $boots_current_theme_data->get( 'Name' ); $boots_option_field = get_option( 'raindrops_theme_settings' ); if ( false == $boots_genetic_parents && isset( $boots_option_field[ 'raindrops_options_owner' ] ) && $boots_option_field[ 'raindrops_options_owner' ] !== $boots_current_theme ) { boots_options_field_owner_check(); } if ( false == $boots_genetic_parents ) { $raindrops_base_setting = $raindrops_child_base_setting_args; } }?>