esc_html__('Right Bar', 'avova'),
'id' => 'avova-right-bar',
'description' => esc_html__('This is widget for right popup bar.', 'avova'),
'before_widget' => '
',
'before_title' => '',
'after_title' => '
'
));
/* ------------------------------------------------------------------------ */
/* Main Sidebar
/* ------------------------------------------------------------------------ */
register_sidebar(array(
'name' => esc_html__('Main Sidebar', 'avova'),
'id' => 'main-sidebar',
'description' => esc_html__('These are widgets for the sidebar.', 'avova'),
'before_widget' => '',
'before_title' => '',
'after_title' => '
'
));
}
}
?>