/**
* The sidebar containing the main widget area.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Astra
* @since 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
$astra_sidebar = apply_filters( 'astra_get_sidebar', 'sidebar-1' );
echo '
'secondary',
'class' => join( ' ', astra_get_secondary_class() ),
)
);
echo '>';
?>