1 | <?php declare(strict_types = 1); |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
2 | |||
3 | ?> |
||
4 | <label><?php esc_html_e( 'Endereço:', 'app' ); ?> |
||
5 | <input |
||
6 | type="text" |
||
7 | name="address" |
||
8 | class="large-text" |
||
9 | value="<?php echo esc_attr( $entity->get_address() ); ?>" |
||
10 | > |
||
11 | </label> |
||
12 |