enninho (August 9th, 2016)
$kontakt = get_post_meta($post->ID, 'kontakt', true); if ($kontakt != '') { wp_mail( $kontakt , __('Application for job "', APP_TD).$post->post_title.'"', $message, $headers, $attachments ); } else { wp_mail( get_the_author_meta('user_email'), __('Application for job "', APP_TD).$post->post_title.'"', $message, $headers, $attachments ); }
enninho (August 9th, 2016)
enninho (August 9th, 2016)
There are currently 1 users browsing this thread. (0 members and 1 guests)