Yoast\WP\SEO\Values\Robots
User_Agent::get_allow_paths
Gets all sallow paths for this user agent.
Метод класса: User_Agent{}
Хуков нет.
Возвращает
array.
Использование
$User_Agent = new User_Agent(); $User_Agent->get_allow_paths();
Код User_Agent::get_allow_paths() User Agent::get allow paths Yoast 28.4
public function get_allow_paths() {
return $this->allow_directive->get_paths();
}