ultimatemember / Extended

All custom extended features and codes
16 stars 14 forks source link

Schedule User Deletions with WP Cronjob #79

Open MissVeronica opened 7 months ago

MissVeronica commented 7 months ago

Cronjob has no effect

UM Support Forum issue https://wordpress.org/support/topic/schedule-user-deletions-with-wp-cronjob-has-no-effect/

MissVeronica commented 6 months ago

Solution: Replace um_fetch_user( $user->ID ); with um_fetch_user( $user );

Note: the WP get_users function is returning in this case an array of User IDs and not a list of WP_User objects.