Sergey

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: ticket id in email looks bad #1202386
    Sergey
    Participant

    Hi Brook,

    The place where the problem was hiding is correct, but single mb_strtoupper is not enough. 🙂

    I end up with this:

    protected function uc_first_letter( $string ) {
        $string = urldecode($string);
        return is_numeric( $string ) ? $string : mb_strtoupper( mb_substr($string, 0, 1, 'utf-8'), 'utf-8');
    }

    Thank you for the help.

    • This reply was modified 9 years, 4 months ago by Sergey.
    in reply to: ticket id in email looks bad #1201908
    Sergey
    Participant

    Hi, still need some help. Please tell me how the ticket_id genereted. Is this part of events tickets functionality or woocommerce or core wordpress functions?

Viewing 2 posts - 1 through 2 (of 2 total)