esc_html__( 'Sidebar Left', 'blog-era-plus' ), 'id' => 'sidebar-left', 'description' => esc_html__( 'Add widgets here.', 'blog-era-plus' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'blog_era_plus_widgets_init' ); // Load functions require_once trailingslashit( get_stylesheet_directory() ) . '/inc/init-function.php'; // Load Customizer Options. require_once trailingslashit( get_stylesheet_directory() ) . '/inc/customizer-inc.php';