• Resolved nhbeachguy

    (@nhbeachguy)


    Trying to change the word ‘venue’ to ‘location’ (on the front end is all I need)
    I have updated the (free version) plugin to Version 6.0.0.1
    I tried this: https://theeventscalendar.com/support/forums/topic/change-venue-to-location/

    add_action( 'tribe_pre_get_view', 'change_custom_field_meta_label' );
    
    function change_custom_field_meta_label() {
    	tribe_set_meta_label( 'tribe_event_venue', 'NEW LABEL!', 'meta_group' );
    }

    And it does not work.
    How do I make this change in version 6?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘In version 6, how to change ‘venu’ to ‘location’ frontend view’ is closed to new replies.