+44 (0)1223 659363 contact@acep.org.uk

emaildefault

Working….
[insert_php]
$user_id = wp_get_current_user();
$user= $user_id->ID;
echo “User “.$user.PHP_EOL;
$message = “You have been invited to complete a Skills Audit on behalf of The Consultation Institute.

The purpose of this exercise is to provide individuals engaged on consultation projects with a framework within which to assess their current skills and to prioritise their training needs.

Please click on (or follow) the link below in your web browser to proceed.

You can only submit your answers once but can come back to the survey at any time. Your results will not be shared with anybody other than your line manager.
“;

update_user_meta( $user, ‘_emailmessage’, $message);
[/insert_php]