• I would like to add the Client´s name and lastname to the subject of the email I receive when they request a booking.
    If you can point me to witch file I need to edit, I don’t need the “blog name” on the subject I receive, I prefer the name and lastname of the client so I can find them faster when I looking for info on my email account.

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

Viewing 1 replies (of 1 total)
  • Thread Starter noelsv

    (@noelsv)

    I find this in fuctions.php
    $subject = __(‘Booking Request’, ‘advanced-booking-calendar’).’ ‘.wp_specialchars_decode( get_option( ‘blogname’ ), ENT_QUOTES );

    ¿What should I add to have the clients first name on the email subject?

    I tried different options and nothing looks to work fine 🙁

Viewing 1 replies (of 1 total)

The topic ‘Add client name to admin subject email’ is closed to new replies.