Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods
Facebook::get_label()
Returns the label of the Facebook field.
Метод класса: Facebook{}
Хуков нет.
Возвращает
Строку
. The label of the Facebook field.
Использование
$Facebook = new Facebook(); $Facebook->get_label(): string;
Код Facebook::get_label() Facebook::get label Yoast 25.0
public function get_label(): string { return \__( 'Facebook profile URL', 'wordpress-seo' ); }