Solution for time() function issue
-
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())
Just started using this plugin. If any issues noticed, I will share the fixes too.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Solution for time() function issue’ is closed to new replies.