pagenow = &$pagenow; } public function get_requested_lang() { return $this->pagenow === 'wp-comments-post.php' ? $this->get_cookie_lang() : $this->get_request_uri_lang(); } protected function get_cookie_name() { return '_icl_current_language'; } }