Yoast\WP\SEO\Editors\Framework\Seo\Posts
Social_Data_Provider::get_social_description_template()
Retrieves the social description template.
Метод класса: Social_Data_Provider{}
Хуков нет.
Возвращает
Строку
. The social description template.
Использование
$Social_Data_Provider = new Social_Data_Provider(); $Social_Data_Provider->get_social_description_template(): string;
Код Social_Data_Provider::get_social_description_template() Social Data Provider::get social description template Yoast 25.1
public function get_social_description_template(): string { if ( $this->use_social_templates ) { return $this->get_social_template( 'description' ); } return ''; }