/home/techb158/l2hypotheques.com/wp-content/themes/pylon/inc
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/inc/widget-area-init.php (3669B)
esc_html__( 'Sidebar', 'pylon' ),
'id' => 'sidebar',
'description' => esc_html__( 'Add widgets here.', 'pylon' ),
'before_widget' => '',
'before_title' => '',
)
);
if (defined('PYLON_CORE')) {
register_sidebar(
array(
'name' => esc_html__( 'Service', 'pylon' ),
'id' => 'pylon-service',
'description' => esc_html__( 'Add widgets here.', 'pylon' ),
'before_widget' => '',
'before_title' => '',
)
);
}
register_sidebar(
array(
'name' => esc_html__( 'Footer One', 'pylon' ),
'id' => 'footer-1-widget-area',
'description' => esc_html__( 'Add widgets here.', 'pylon' ),
'before_widget' => '',
'before_title' => '',
)
);
register_sidebar(
array(
'name' => esc_html__( 'Footer Two', 'pylon' ),
'id' => 'footer-2-widget-area',
'description' => esc_html__( 'Add widgets here.', 'pylon' ),
'before_widget' => '',
'before_title' => '',
)
);
register_sidebar(
array(
'name' => esc_html__( 'Footer Three', 'pylon' ),
'id' => 'footer-3-widget-area',
'description' => esc_html__( 'Add widgets here.', 'pylon' ),
'before_widget' => '',
'before_title' => '',
)
);
register_sidebar(
array(
'name' => esc_html__( 'Footer Four', 'pylon' ),
'id' => 'footer-4-widget-area',
'description' => esc_html__( 'Add widgets here.', 'pylon' ),
'before_widget' => '',
'before_title' => '',
)
);
if(class_exists('woocommerce')) {
register_sidebar(
array(
'name' => esc_html__('Right Side Widget for Shop Page' , 'pylon'),
'id' => 'sidebar-right-shop',
'description' => esc_html__('Add Widgets here.' , 'pylon'),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
)
);
register_sidebar(
array(
'name' => esc_html__('Left Side Widget for Shop Page' , 'pylon'),
'id' => 'sidebar-left-shop',
'description' => esc_html__('Add Widgets here.' , 'pylon'),
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '
',
)
);
}
}
add_action( 'widgets_init', 'pylon_widgets_init' );