Yoast\WP\SEO\Introductions\Application
Ai_Generate_Titles_And_Descriptions_Introduction_Upsell::get_name()
Устарела с версии 21.6. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Returns the unique name.
Метод класса: Ai_Generate_Titles_And_Descriptions_Introduction_Upsell{}
Хуков нет.
Возвращает
Строку
.
Использование
$Ai_Generate_Titles_And_Descriptions_Introduction_Upsell = new Ai_Generate_Titles_And_Descriptions_Introduction_Upsell(); $Ai_Generate_Titles_And_Descriptions_Introduction_Upsell->get_name();
Список изменений
Устарела с | 21.6 |
Код Ai_Generate_Titles_And_Descriptions_Introduction_Upsell::get_name() Ai Generate Titles And Descriptions Introduction Upsell::get name Yoast 24.0
public function get_name() { \_deprecated_function( __METHOD__, 'Yoast SEO 21.6', 'Please use get_id() instead' ); return $this->get_id(); }