wip filter email subject and sender, in addition to message

This commit is contained in:
asus
2024-04-02 19:12:16 +02:00
parent 7a5b1f63d3
commit 2329482aa1
4 changed files with 24 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ if (!defined('ABSPATH')) {
function email_success_payment_CIPF($user_id) {
Plgntls::debug_infos();
error_log("in email success");
$user = get_user_by('id', $user_id);
$to = $user->user_email;