Custom Field Delimiter

Home Forums Calendar Products Events Calendar PRO Custom Field Delimiter

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1534504
    Melissa McKinney
    Participant

    I’m echoing this line of code to display a Tribe custom field in my template and it is displaying fine:

    <?php echo tribe_get_custom_field('Certificate'); ?>

    It is a checkbox field, and my question is how can I change the pipe | delimiter to a comma and space instead?

    #1535507
    Cliff
    Member

    Hi, Melissa.

    The pipe delimiter comes fromĀ Tribe__Events__Pro__Custom_Meta::save_single_event_meta() — so it’s what is saved in the custom field’s value.

    You could do string manipulation to swap it with something else.

    Please let me know how this goes for you.

    #1551649
    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 ‘Custom Field Delimiter’ is closed to new replies.