'; return $return; } else { return false; } } } if (!function_exists('oneline_lite_svg_bottom_enable')) { function oneline_lite_svg_bottom_enable(){ $svg_btm_disable= get_theme_mod('oneline-lite_svg_disable'); if($svg_btm_disable =='' || $svg_btm_disable =='0'){ $return = '
'; return $return; } else { return false; } } } if (!function_exists('oneline_lite_page_svg_top_enable')) { function oneline_lite_page_svg_top_enable(){ $custom_background_color = get_background_color(); $svg_top_disable= get_theme_mod('oneline-lite_svg_disable'); if($svg_top_disable =='' || $svg_top_disable =='0'){ $return = '
'; return $return; } else { return false; } } } if (!function_exists('oneline_lite_page_svg_bottom_enable')) { function oneline_lite_page_svg_bottom_enable(){ $custom_background_color = get_background_color(); $svg_bottom_disable= get_theme_mod('oneline-lite_svg_disable'); if($svg_bottom_disable =='' || $svg_bottom_disable =='0'){ $return = '
'; return $return; } else { return false; } } }