can choose the email for registration, and wether to send one or not

This commit is contained in:
asus
2024-03-27 13:06:48 +01:00
parent 0808c83589
commit ab6d825724
11 changed files with 384 additions and 140 deletions

View File

@@ -19,7 +19,6 @@ if (!defined('ABSPATH')) {
*/
function add_fields_register_CIPF($args) {
PLGNTLS_class::debug_infos();
// error_log("args : " . json_encode($args));
$role_partner = PLGNTLS_class::ROLE_PARTNER;
$slug_partner_registration = PLGNTLS_class::SLUG_PARTNER_REGISTRATION;
$input_hidden_role = PLGNTLS_class::INPUT_HIDDEN_ROLE;