'widget_contact', 'description' => esc_html__('Contact Address.', 'arktheme') );
parent::__construct(false, esc_html__(': Address', 'arktheme'), $widget_ops);
}
function widget($args, $instance) {
global $post;
extract($args);
extract( array_merge(array(
'title' => '',
'address' => 'Sydney road, Billboard Street 2219-11C.
Apple Town, Your Country.',
'phone' => '(305) 533-1122, (305) 112-7788',
'email' => 'johndoe@mail.com',
'hours' => 'Monday - Friday: 09:00 - 18:00
Saturday, Sunday: Closed',
), $instance));
print($before_widget);
if( !empty($title) ){
echo "" . $args['before_title'] . $title . $args['after_title'];
}
$addressmarkup = $address !='' ? "": '';
$phonemarkup = $phone !='' ? "": '';
$emailmarkup = $email !='' ? "": '';
$hoursmarkup = $hours !='' ? "": '';
echo sprintf("