true, ) ); } // The widget form (for the backend ) public function form( $instance ) { $defaults = array('lang'=>''); extract( wp_parse_args( ( array ) $instance, $defaults ) ); ?>

'; // Display widget title if defined if ( $title ) { echo $before_title . $title . $after_title; } $cbid = Cookiebot_WP::get_cbid(); if(!empty($lang)) { $lang = ' data-culture="'.$lang.'"'; } if(!is_multisite() || get_site_option('cookiebot-script-tag-cd-attribute','custom') == 'custom') { $tagAttr = get_option('cookiebot-script-tag-cd-attribute','async'); } else { $tagAttr = get_site_option('cookiebot-script-tag-cd-attribute'); } echo ''; echo ''; // WordPress core after_widget hook echo $after_widget; } }