esc_html__( 'Portfolio Sidebar', 'camaraderie' ), 'description' => esc_html__( 'Add widgets here to appear in your sidebar on custom pages only', 'camaraderie' ), 'id' => 'sidebar-portfolio', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', __NAMESPACE__ . '\register_sidebars' );