/home/techb158/primomovers.ca/wp-content/plugins/wps-hide-login/classes
Edit: /home/techb158/primomovers.ca/wp-content/plugins/wps-hide-login/classes/singleton.php (1110B)
init();
}
/**
* Add init function by default
* Implement this method in your child class
* If you want to have actions send at construct
*/
protected function init() {}
/**
* prevent the instance from being cloned
*
* @return void
*/
final public function __clone() {
}
/**
* prevent from being unserialized
*
* @return void
*/
final public function __wakeup() {
}
}