hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-content/themes/blogvi/inc/customizer/settings/ |
<?php
add_filter( 'bloglo_customizer_options', 'bloglo_customizer_header_options', 11 );
function bloglo_customizer_header_options( array $options ) {
// Header Layout.
$options['setting']['bloglo_header_layout']['control']['choices'] = array(
'layout-5' => array(
'image' => BLOGLO_THEME_URI . '/inc/customizer/assets/images/header-layout-5.svg',
'title' => esc_html__( 'Header 1', 'blogvi' ),
),
);
return $options;
}