Yoast\WP\SEO\Values\Robots
Directive::get_paths()
Returns all paths.
Метод класса: Directive{}
Хуков нет.
Возвращает
Массив
.
Использование
$Directive = new Directive(); $Directive->get_paths();
Код Directive::get_paths() Directive::get paths Yoast 24.6
public function get_paths() { return $this->paths; }