URL label extension: Where to find the settings?

Home Forums Calendar Products Events Calendar PRO URL label extension: Where to find the settings?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1562481
    planatstudio
    Participant

    Hello,

    I’ve found this extension in your exention library: https://theeventscalendar.com/extensions/use-a-custom-label-for-the-event-website-url-field/

    I’ve installed the extension, but can’t find the settings for it. Where do I set the label for the URL now?

    Thanks! 🙂

    #1562512
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    To set the label for the URL, you actually need to edit the php file in the extension (index.php). The last function is:

    public function tribe_get_event_website_link_label( $label ) {
    return 'View Website →';
    }
    

    You can change the text ‘View Website →’ in order to change the label for Event Website URLs.

    I hope this helps,

    Cheers,
    Jeremy

    #1579221
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘URL label extension: Where to find the settings?’ is closed to new replies.