Sonny Nguyen
Sonny Nguyen
Here is the way I close confirm box in contronller ```javascript var x = $ngConfirm(options); //.... // somewhere in the controller u can call this to close that confirm x.close();...
This issue seemed happen on a save & restore game.
I also got that issue when I created a shortcut to display register form on a page. Seemed plugin does not work outsite login.php file also when register form display...
@picklewagon I'm using my custom plugin from here https://github.com/phplaw/registration-page-shortcut **Error that I got** `Fatal error: Call to undefined function login_header() in /www/wordpress/wp-content/plugins/new-user-approve/new-user-approve.php on line 617` This error occurred in the...