esc_html__( 'Example Widget', 'colormag' ), 'text' => sprintf( esc_html__( 'This is an example widget to show how the Secondary sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets are added then this will be replaced by those widgets', 'colormag' ), current_user_can( 'edit_theme_options' ) ? '' : '', current_user_can( 'edit_theme_options' ) ? '' : '' ), 'filter' => true, ), array( 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); else : dynamic_sidebar( 'colormag_left_sidebar' ); endif; do_action( 'colormag_after_sidebar' ); ?>