adding header image support
This commit is contained in:
parent
2477b9047d
commit
65d8302252
|
@ -337,6 +337,7 @@ if (function_exists("pll_register_string")) {
|
||||||
pll_register_string('hall5','Бургас');
|
pll_register_string('hall5','Бургас');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$wp_customize->add_section( 'header_image' , array(
|
||||||
?>
|
'title' => __( 'Header image', 'initfest' ),
|
||||||
|
'priority' => 30,
|
||||||
|
) );
|
||||||
|
|
Loading…
Reference in New Issue