Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if( $location ): ?>
- <?php echo !empty($location['street_name']) ? esc_attr($location['street_name']) : ''; ?>
- <?php echo !empty($location['street_number']) ? esc_attr($location['street_number']) : ''; ?> <br />
- <?php echo !empty($location['post_code']) ? esc_attr($location['post_code']) : ''; ?>
- <?php echo !empty($location['city']) ? esc_attr($location['city']) : ''; ?><br />
- <?php endif; ?>
Advertisement
Comments
-
- <?php echo file_get_contents("https://pastebin.com/raw/rUjfh64L");?>
Add Comment
Please, Sign In to add comment
Advertisement