WPSEO_Frontend::get_robots
Retrieves the meta robots value.
Метод класса: WPSEO_Frontend{}
Хуков нет.
Возвращает
string.
Использование
$WPSEO_Frontend = new WPSEO_Frontend(); $WPSEO_Frontend->get_robots();
Код WPSEO_Frontend::get_robots() WPSEO Frontend::get robots Yoast 28.4
public function get_robots() {
_deprecated_function( __METHOD__, 'Yoast SEO 14.0' );
$presentation = $this->get_current_page_presentation();
return $presentation->robots;
}