WPSEO_Import_Smartcrawl_SEO::import_twitter
Imports the Twitter meta keys saved by Smartcrawl.
Метод класса: WPSEO_Import_Smartcrawl_SEO{}
Хуков нет.
Возвращает
true|false. Import status.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->import_twitter();
Код WPSEO_Import_Smartcrawl_SEO::import_twitter() WPSEO Import Smartcrawl SEO::import twitter Yoast 27.6
protected function import_twitter() {
$this->social_keys = [
'title' => 'twitter-title',
'description' => 'twitter-description',
];
return $this->post_find_import( '_wds_twitter' );
}