Support

Home Forums Event Espresso Premium Display phone number and website (all virtual location fields)

Display phone number and website (all virtual location fields)

Posted: October 7, 2012 at 7:18 pm


Edward Geha

October 7, 2012 at 7:18 pm

What is the code to display this information?


Dean

October 8, 2012 at 12:04 am

Hello Edward,

Depending on where you are trying to use it, this info is held int he $event variable array.

We are looking to include it within the Venue shortcode in a future update.


Edward Geha

October 18, 2012 at 9:32 pm

I want to put it in the event single page. How do I do that?


Dean

October 19, 2012 at 12:56 am

Hi,

Though the info is held in the $event array, you can get to it this was as well

<?php
echo stripslashes_deep($data->event->virtual_url);
echo stripslashes_deep($data->event->virtual_phone);
?>

The support post ‘Display phone number and website (all virtual location fields)’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso