- improved payement paypal for date and other things

This commit is contained in:
asus
2024-03-06 23:44:46 +01:00
parent 1661f16aff
commit 2fb1ec35aa
7 changed files with 62 additions and 69 deletions

View File

@@ -68,7 +68,6 @@ function output_list_front_CIPF($array) {
function current_user_infos_CIPF($atts) {
if (!is_user_logged_in())
return ;
error_log("----");
$current_user = wp_get_current_user();
$current_user_infos = $current_user->data;