instance && $user->ID === $this->instance->get_id() ) { return $this->instance; } $this->instance = new NOOP( $user ); return $this->instance; } }