'purepress-contact-cryptx', 'description' => 'Nicely styled contact info widget with CryptX mail protection'); $control_ops = array('width' => 300, 'height' => 350); $this->WP_Widget('purepress_contact_cryptx', 'Nevia Child CryptX Contact Info', $widget_ops, $control_ops); } function widget($args, $instance) { extract($args, EXTR_SKIP); $title = empty($instance['title']) ? '' : apply_filters('widget_title', $instance['title']); $address = $instance['address']; $phone = $instance['phone']; $email = $instance['email']; echo $before_widget; echo $before_title . $title . $after_title; ?> '')); $title = strip_tags($instance['title']); $address = strip_tags($instance['address']); $phone = strip_tags($instance['phone']); $email = strip_tags($instance['email']); ?>