Yoast\WP\SEO\Values\Robots

Directive::__construct()publicYoast 1.0

Sets up the path array

Метод класса: Directive{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Directive = new Directive();
$Directive->__construct();

Код Directive::__construct() Yoast 22.4

public function __construct() {
	$this->paths = [];
}