esc_html( 'Navbar Social Icons' ), 'id' => 'navbar-socialicon-widget', 'description' => 'Navbar mini widget area for social icons', 'before_widget' => '
', 'after_widget' => '
', ] ); register_sidebar( [ 'name' => esc_html( 'Front Page' ), 'id' => 'front-page-widgets', 'description' => 'Front page widget area', 'before_widget' => '
', 'after_widget' => '
', ] ); } );