Call to undefined method login_wid::curPageURL()
-
Copied the code directly from the readme.txt
if ( !is_user_logged_in() ) { <br>
wp_redirect(‘https://www.example.com/login/?redirect=’.login_wid::curPageURL());<br>
exit;This was working fine but now it’s throwing the following error:
PHP Fatal error: Uncaught Error: Call to undefined method login_wid::curPageURL()
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Call to undefined method login_wid::curPageURL()’ is closed to new replies.