fixes
This commit is contained in:
parent
298287636b
commit
75ec5e9210
3 changed files with 9 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ function theme_customize_register( $wp_customize ) {
|
|||
|
||||
add_action( 'customize_register', 'theme_customize_register' );
|
||||
|
||||
function kit_customize_css()
|
||||
function fachwerksauna_customize_css()
|
||||
{
|
||||
$theme_color = get_theme_mod('theme_color', '#ed9b40');
|
||||
?>
|
||||
|
|
@ -68,4 +68,4 @@ function kit_customize_css()
|
|||
<?php
|
||||
}
|
||||
|
||||
add_action( 'wp_head', 'kit_customize_css');
|
||||
add_action( 'wp_head', 'fachwerksauna_customize_css');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue