Yoast\WP\SEO\Integrations\Front_End
Indexing_Controls::__construct() public Yoast 1.0
The constructor.
{} Это метод класса: Indexing_Controls{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexing_Controls = new Indexing_Controls(); $Indexing_Controls->__construct( $robots );
- $robots(Robots_Helper) (обязательный)
- The robots helper.
Код Indexing_Controls::__construct() Indexing Controls:: construct Yoast 15.6.2
public function __construct( Robots_Helper $robots ) {
$this->robots = $robots;
}