Address function not working
-
You will hate me ??
<?php $address = array_filter( eo_get_venue_address() ); echo implode( ", ", $address ); ?>
<?php eo_get_venue_address( $venue_slug_or_id ); ?>
No matter how I format the function, the resulting output is either nothing or “Array”. The address details are in the database however it refuses to show them. Trying to output this on taxonomy-event-venue.php as text.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Address function not working’ is closed to new replies.