__( 'Display an advert in the sidebar', 'text_domain' ), ) // Args ); } public function widget( $args, $instance ) { extract( $args ); $type = apply_filters( 'widget_type', $instance['type'] ); $banner = apply_filters( 'widget_banner', $instance['banner'] ); $code = 'type="'.$type.'"'; if ($banner !== '') $code = 'banner="'.$banner.'"'; echo do_shortcode('[adkingpro '.$code.']'); } public function form( $instance ) { if ( isset( $instance[ 'type' ] ) ) { $type = $instance[ 'type' ]; } else { $type = __( 'sidebar', 'text_domain' ); } if ( isset( $instance[ 'banner' ] ) ) { $banner = $instance[ 'banner' ]; } else { $banner = __( '', 'text_domain' ); } ?>