Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Display phone number and website (all virtual location fields) | Event Espresso - Staging Server

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

Viewing 3 reply threads


Edward Geha

October 7, 2012 at 7:18 pm

What is the code to display this information?


Dean

  • Support Staff

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

  • Support Staff

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);
?>
Viewing 3 reply threads

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 - Staging Server