Yoast\WP\SEO\Values\Robots
User_Agent::get_allow_paths()
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() User Agent::get allow paths Yoast 21.6
public function get_allow_paths() { return $this->allow_directive->get_paths(); }