Yoast_Dashboard_Widget::display_dashboard_widget()publicYoast 1.0

Displays the dashboard widget.

Метод класса: Yoast_Dashboard_Widget{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Yoast_Dashboard_Widget = new Yoast_Dashboard_Widget();
$Yoast_Dashboard_Widget->display_dashboard_widget();

Код Yoast_Dashboard_Widget::display_dashboard_widget() Yoast 22.4

public function display_dashboard_widget() {
	echo '<div id="yoast-seo-dashboard-widget"></div>';
}