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