Yoast\WP\SEO\Presenters\Admin
Indexation_Permalink_Warning_Presenter::present() public Yoast 1.0
Запрещена (устарела) с версии 15.1. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Presents the warning that your site's content is not fully indexed.
{} Это метод класса: Indexation_Permalink_Warning_Presenter{}
Хуков нет.
Возвращает
Строку. The warning HTML.
Использование
$Indexation_Permalink_Warning_Presenter = new Indexation_Permalink_Warning_Presenter(); $Indexation_Permalink_Warning_Presenter->present();
Список изменений
Устарела с | 15.1 |
Код Indexation_Permalink_Warning_Presenter::present() Indexation Permalink Warning Presenter::present Yoast 15.6.2
public function present() {
\_deprecated_function( __METHOD__, 'WPSEO 15.1' );
return '';
}