| Total Complexity | 8 |
| Total Lines | 66 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 16 | class GetPaid_Meta_Box_Invoice_Shipping_Address { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Output the metabox. |
||
| 20 | * |
||
| 21 | * @param WP_Post $post |
||
| 22 | */ |
||
| 23 | public static function output( $post ) { |
||
| 54 | </div> |
||
| 55 | |||
| 56 | <?php |
||
| 57 | |||
| 58 | } |
||
| 59 | |||
| 60 | /** |
||
| 61 | * Prepares a value. |
||
| 62 | * |
||
| 63 | * @param array $address |
||
| 64 | * @param string $key |
||
| 65 | * @return string |
||
| 66 | */ |
||
| 67 | public static function prepare_for_display( $address, $key ) { |
||
| 86 |