Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Keyword_Analysis_Disable::get_field_id()
Returns the id of the custom meta's form field.
Метод класса: Keyword_Analysis_Disable{}
Хуков нет.
Возвращает
Строку
. The id of the custom meta's form field.
Использование
$Keyword_Analysis_Disable = new Keyword_Analysis_Disable(); $Keyword_Analysis_Disable->get_field_id(): string;
Код Keyword_Analysis_Disable::get_field_id() Keyword Analysis Disable::get field id Yoast 25.1
public function get_field_id(): string { return 'wpseo_keyword_analysis_disable'; }