Yoast\WP\SEO\Helpers
Robots_Txt_Helper::__construct
Constructor for Robots_Txt_Helper.
Метод класса: Robots_Txt_Helper{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Robots_Txt_Helper = new Robots_Txt_Helper(); $Robots_Txt_Helper->__construct();
Код Robots_Txt_Helper::__construct() Robots Txt Helper:: construct Yoast 27.3
public function __construct() {
$this->robots_txt_user_agents = new User_Agent_List();
$this->robots_txt_sitemaps = [];
$this->robots_txt_schemamaps = [];
}