Yoast\WP\SEO\Plans\User_Interface
Plans_Page_Integration::display_page
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() Plans Page Integration::display page Yoast 27.7
public function display_page() {
echo '<div id="yoast-seo-plans"></div>';
}