'left', 'fusion_font_family_address_postcode_font' => '', 'fusion_font_variant_address_postcode_font' => '', 'font_size' => '', 'letter_spacing' => '', 'text_transform' => '', 'line_height' => '', 'text_color' => '', ), $atts ); if ( get_post_type( get_the_ID() ) != 'property' ) { return ''; } fusion_element_rendering_elements( true ); global $property; if ( empty($property) ) { $property = new PH_Property(get_the_ID()); } if ( $property->address_postcode == '' ) { return ''; } $style = Fusion_Builder_Element_Helper::get_font_styling( $atts, 'address_postcode_font' ); if ( $atts['font_size'] ) { $style .= 'font-size:' . fusion_library()->sanitize->get_value_with_unit( $atts['font_size'] ) . ';'; } if ( $atts['letter_spacing'] ) { $style .= 'letter-spacing:' . fusion_library()->sanitize->get_value_with_unit( $atts['letter_spacing'] ) . ';'; } if ( ! empty( $atts['text_transform'] ) ) { $style .= 'text-transform:' . $atts['text_transform'] . ';'; } if ( ! empty( $atts['content_align'] ) ) { $style .= 'text-align:' . $atts['content_align'] . ';'; } ob_start(); echo '