Yoast\WP\SEO\Values\Robots

Directive::get_paths()publicYoast 1.0

Returns all paths.

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

Хуков нет.

Возвращает

Массив.

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

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

Код Directive::get_paths() Yoast 22.4

public function get_paths() {
	return $this->paths;
}