Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->clean_wp_query();
 }
Exemplo n.º 2
0
 public function wp_login($user_login, $user)
 {
     $this->controller->wp_login($user_login, $user);
 }