@@ 990-992 (lines=3) @@ | ||
987 | $output .= '<div class="address">' . $address_row . '</div>'; |
|
988 | } |
|
989 | ||
990 | if ( $phone = $invoice->get_phone() ) { |
|
991 | $output .= '<div class="phone">' . wp_sprintf( __( 'Phone: %s', 'invoicing' ), esc_html( $phone ) ) . '</div>'; |
|
992 | } |
|
993 | if ( $email = $invoice->get_email() ) { |
|
994 | $output .= '<div class="email">' . wp_sprintf( __( 'Email: %s' , 'invoicing'), esc_html( $email ) ) . '</div>'; |
|
995 | } |
|
@@ 993-995 (lines=3) @@ | ||
990 | if ( $phone = $invoice->get_phone() ) { |
|
991 | $output .= '<div class="phone">' . wp_sprintf( __( 'Phone: %s', 'invoicing' ), esc_html( $phone ) ) . '</div>'; |
|
992 | } |
|
993 | if ( $email = $invoice->get_email() ) { |
|
994 | $output .= '<div class="email">' . wp_sprintf( __( 'Email: %s' , 'invoicing'), esc_html( $email ) ) . '</div>'; |
|
995 | } |
|
996 | ||
997 | ob_start(); |
|
998 | do_action( 'wpinv_display_to_address_bottom', $invoice ); |