WPSEO_GSC::display
Outputs the HTML for the redirect page.
Метод класса: WPSEO_GSC{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPSEO_GSC = new WPSEO_GSC(); $WPSEO_GSC->display();
Код WPSEO_GSC::display() WPSEO GSC::display Yoast 26.7
public function display() {
require_once WPSEO_PATH . 'admin/google_search_console/views/gsc-display.php';
}