get('Version'), 'all'); } add_action( 'wp_enqueue_scripts', 'business_green_styles' ); /** * Default a color. * @param [type] $default_a_color [description] * @return [type] [description] */ function business_green_default_a_color( $default_a_color ) { $default_a_color = '#00c300'; return $default_a_color; } add_filter( 'di_business_default_a_color', 'business_green_default_a_color' ); /** * Woo onsale lbl bg clr. * @param [type] $woo_onsale_lbl_bg_clr [description] * @return [type] [description] */ function business_green_woo_onsale_lbl_bg_clr( $woo_onsale_lbl_bg_clr ) { $woo_onsale_lbl_bg_clr = '#00c300'; return $woo_onsale_lbl_bg_clr; } add_filter( 'di_business_woo_onsale_lbl_bg_clr', 'business_green_woo_onsale_lbl_bg_clr' );