Yoast\WP\SEO\Services\Importing\Aioseo
Aioseo_Social_Images_Provider_Service::get_default_social_image_source()
Retrieves the default source of social images.
Метод класса: Aioseo_Social_Images_Provider_Service{}
Хуков нет.
Возвращает
Строку
. The default source of social images.
Использование
$Aioseo_Social_Images_Provider_Service = new Aioseo_Social_Images_Provider_Service(); $Aioseo_Social_Images_Provider_Service->get_default_social_image_source( $social_setting );
- $social_setting(строка) (обязательный)
- The social settings we're working with, eg. open-graph or twitter.
Код Aioseo_Social_Images_Provider_Service::get_default_social_image_source() Aioseo Social Images Provider Service::get default social image source Yoast 24.4
public function get_default_social_image_source( $social_setting ) { return $this->get_social_defaults( 'source', $social_setting ); }