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

@@ -33,9 +33,6 @@ function return_result($output) {
* if is acf, use acf default format
*/
function format_user_info($query, $current_user, $user_id) {
error_log("query: " . json_encode($query));
error_log("current_user: " . json_encode($current_user));
error_log("user_id: " . json_encode($user_id));
$output_date_format = Custer::USER_INFO_DATE_FORMAT;
$is_acf = false;