Yoast\WP\SEO\Services\Health_Check
Ryte_Runner::__construct()
Constructor.
{} Это метод класса: Ryte_Runner{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Ryte_Runner = new Ryte_Runner(); $Ryte_Runner->__construct(;
Код Ryte_Runner::__construct() Ryte Runner:: construct Yoast 19.2
public function __construct( Ryte_Integration $ryte, WPSEO_Utils $utils ) { $this->ryte = $ryte; $this->utils = $utils; $this->got_valid_response = false; $this->ryte_option = $ryte->get_option(); }