Change hook name on customize color

This commit is contained in:
Fabiano Alencar 2018-09-17 17:22:13 -03:00
parent 6bf39376a4
commit 083546ce0b
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ function tainacan_get_color_scheme_css( $colors ) {
'backtransparent' => '',
) );
$filter = (has_filter('tainacan_customize_colors')) ? apply_filters( 'tainacan_customize_colors', $colors) : '';
$filter = (has_filter('tainacan-customize-css-class')) ? apply_filters( 'tainacan-customize-css-class', $colors) : '';
return <<<CSS
/* Color Scheme */