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 21.6
public function __construct() { $this->robots_txt_user_agents = new User_Agent_List(); $this->robots_txt_sitemaps = []; }