Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    you can paste this to your theme functions.php

    function my_custom_ticket_header($collumns){
    	$collumns = array( 'type' => __('Ticket Type','dbem'), 'price' => __('Price','dbem'), 'spaces' => __('Spaces','dbem'));
    	return $collumns;
    }
    add_filter('em_booking_form_tickets_cols','my_custom_ticket_header',1,1);

    Thread Starter babyatom

    (@babyatom)

    Thanks for that.
    It does work but it does something to my wp admin: when I click ‘update file’ it takes me to a blank screen. Is this normal/ok?

    Thread Starter babyatom

    (@babyatom)

    Actually all updates made in the admin take me to a blank screen after having clicked ‘update’ or ‘save’ or ‘publish’.

    did you use appearance > editor? you might done something wrong and did you paste it before ending tag ?> or <?php my snippet ?>;

    Thread Starter babyatom

    (@babyatom)

    I did all those things… but I also uninstalled a couple of plugins. I fear maybe they’re the culprit :-/

    Thread Starter babyatom

    (@babyatom)

    Hmm, it’s my theme, it doesn’t like it when I mess with functions.php it seems (done it to me before).
    OK, enough waffle from me! Thanks agelonwl, I’ll mark this as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Events Manager] Easy? Amend 'Ticket Type' label in the booking form’ is closed to new replies.