Yoast\WP\SEO\Values\Robots

User_Agent::get_allow_paths()publicYoast 1.0

Gets all sallow paths for this user agent.

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

Хуков нет.

Возвращает

Массив.

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

$User_Agent = new User_Agent();
$User_Agent->get_allow_paths();

Код User_Agent::get_allow_paths() Yoast 22.3

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