Issue : ?Fatal error: Uncaught ArgumentCountError: time() expects exactly 0 arguments, 1 \wp-content\plugins\user-profile\user-profile.php on line?149 and Line 156
Solution : PHP time() function doesn’t allow param. To fix the issue, we can replace time(“H:s”) with date(“H:s”, time())