WPSEO_Term_Metabox_Formatter::get_social_image_template()
Retrieves the social image template.
Метод класса: WPSEO_Term_Metabox_Formatter{}
Хуков нет.
Возвращает
Строку
. The social description template.
Использование
// private - только в коде основоного (родительского) класса $result = $this->get_social_image_template();
Код WPSEO_Term_Metabox_Formatter::get_social_image_template() WPSEO Term Metabox Formatter::get social image template Yoast 20.0
private function get_social_image_template() { if ( $this->use_social_templates ) { return $this->get_social_template( 'image-url' ); } return ''; }