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