Hi letla2005,
if you’re familiar in editing worpress php code, you can go to the file
‘wp-content\plugins\profilegrid-user-profiles-groups-and-communities\includes\class-profile-magic-request.php’
In that file, look for definition of function pm_create_message (about line 1567) and comment the line ‘$content = wp_kses($content);’
it should look like this afterwards:
//$content = wp_kses($content);
More on wp_kses can be found on Codex.
I decided for me commenting out is ok so far. ProfileGrid Support promised to fix this known issue. I don’t know if they have so far, i have not yet updated.
Bye
Andreas
Hello profilegrid,
good to hear that news! Thank you.
Regards.