Yoast\WP\SEO\Services\Health_Check
Ryte_Runner::set_ryte_option()
Sets the Ryte option based on the response from Ryte.
{} Это метод класса: Ryte_Runner{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
// private - только в коде основоного (родительского) класса $result = $this->set_ryte_option();
Код Ryte_Runner::set_ryte_option() Ryte Runner::set ryte option Yoast 19.2
private function set_ryte_option() { $this->ryte_option = $this->ryte->get_option(); }