Yoast\WP\SEO\Builders
Indexable_Post_Builder::get_robots_options()
Retrieves the robot options to search for.
Метод класса: Indexable_Post_Builder{}
Хуков нет.
Возвращает
Массив
. List of robots values.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_robots_options();
Код Indexable_Post_Builder::get_robots_options() Indexable Post Builder::get robots options Yoast 24.0
protected function get_robots_options() { return [ 'noimageindex', 'noarchive', 'nosnippet' ]; }