@@ 970-972 (lines=3) @@ | ||
967 | $output .= '<div class="address">' . $address_row . '</div>'; |
|
968 | } |
|
969 | ||
970 | if ( $phone = $invoice->get_phone() ) { |
|
971 | $output .= '<div class="phone">' . wp_sprintf( __( 'Phone: %s', 'invoicing' ), esc_html( $phone ) ) . '</div>'; |
|
972 | } |
|
973 | if ( $email = $invoice->get_email() ) { |
|
974 | $output .= '<div class="email">' . wp_sprintf( __( 'Email: %s' , 'invoicing'), esc_html( $email ) ) . '</div>'; |
|
975 | } |
|
@@ 973-975 (lines=3) @@ | ||
970 | if ( $phone = $invoice->get_phone() ) { |
|
971 | $output .= '<div class="phone">' . wp_sprintf( __( 'Phone: %s', 'invoicing' ), esc_html( $phone ) ) . '</div>'; |
|
972 | } |
|
973 | if ( $email = $invoice->get_email() ) { |
|
974 | $output .= '<div class="email">' . wp_sprintf( __( 'Email: %s' , 'invoicing'), esc_html( $email ) ) . '</div>'; |
|
975 | } |
|
976 | ||
977 | ob_start(); |
|
978 | do_action( 'wpinv_display_to_address_bottom', $invoice ); |