'schema',
'class' => 'list-unstyled schema vCard' . esc_attr( $this->args['container_class'] ),
'itemtype' => 'http://schema.org/' . esc_textarea( $this->args['schema'] ),
'itemscope'=> true,
);
?>
>
args['show_logo'] && $this->args['logo_id'] ) : ?>
-
'image',
'class' => esc_attr( $this->args['logo_class'] ),
'alt' => $this->get_company_name(),
);
$the_post_thumbnail = wp_get_attachment_image( $this->args['logo_id'] , $this->args['logo_size'], false, $attr );
echo apply_filters( 'italystrap_vcard_logo', $the_post_thumbnail ); // XSS ok.
?>
args['logo_id'] ) : ?>
args['logo_id'] ); ?>
-
get_company_name( true ); ?>
-
args['street_address'] ); ?>
-
args['postal_code'] ) . ' ';?>
args['locality'] ); ?>
args['region'] ) : ?>
- args['region'] ); ?>
args['country'] ) : ?>
- args['country'] ); ?>
get_itemprop_contacts( true );
$this->get_itemprop_sameas( true );
?>