function __construct()
 {
     parent::__construct();
     $this->clean_wp_query();
 }
Exemple #2
0
 public function wp_login($user_login, $user)
 {
     $this->controller->wp_login($user_login, $user);
 }