Yoast\WP\SEO\Plans\User_Interface

Plans_Page_Integration::display_pagepublicYoast 1.0

Displays the page.

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

Хуков нет.

Возвращает

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

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

$Plans_Page_Integration = new Plans_Page_Integration();
$Plans_Page_Integration->display_page();

Код Plans_Page_Integration::display_page() Yoast 27.7

public function display_page() {
	echo '<div id="yoast-seo-plans"></div>';
}