Yoast\WP\SEO\Presenters
Robots_Txt_Presenter::__construct()
Constructor.
Метод класса: Robots_Txt_Presenter{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Robots_Txt_Presenter = new Robots_Txt_Presenter(); $Robots_Txt_Presenter->__construct( $robots_txt_helper );
- $robots_txt_helper(Robots_Txt_Helper) (обязательный)
- The robots txt helper.
Код Robots_Txt_Presenter::__construct() Robots Txt Presenter:: construct Yoast 24.9
public function __construct( Robots_Txt_Helper $robots_txt_helper ) { $this->robots_txt_helper = $robots_txt_helper; }