Yoast\WP\SEO\Config
Wincher_PKCE_Provider::getPkceMethod()
Returns the current value of the pkceMethod parameter.
Метод класса: Wincher_PKCE_Provider{}
Хуков нет.
Возвращает
Строку|null
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getPkceMethod();
Код Wincher_PKCE_Provider::getPkceMethod() Wincher PKCE Provider::getPkceMethod Yoast 24.1
protected function getPkceMethod() { return $this->pkceMethod; }