esc_html__( 'Example Widget', 'colormag' ), 'text' => sprintf( /* Translators: 1. Label for Contact Page or Left sidebar area, 2. Opening of the link for widgets.php WordPress section, 3. Closing of the link for widgets.php WordPress section */ esc_html__( 'This is an example widget to show how the %s 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' ), $sidebar_display, current_user_can( 'edit_theme_options' ) ? '' : '', current_user_can( 'edit_theme_options' ) ? '' : '' ), 'filter' => true, ), array( 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); endif; ?>