Yoast\WP\SEO\Config

Wincher_PKCE_Provider::getPkceMethod()protectedYoast 1.0

Returns the current value of the pkceMethod parameter.

Метод класса: Wincher_PKCE_Provider{}

Хуков нет.

Возвращает

Строку|null.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getPkceMethod();

Код Wincher_PKCE_Provider::getPkceMethod() Yoast 22.4

protected function getPkceMethod() {
	return $this->pkceMethod;
}