WPSEO_Import_Smartcrawl_SEO::import_twitter()protectedYoast 1.0

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() Yoast 22.4

protected function import_twitter() {
	$this->social_keys = [
		'title'       => 'twitter-title',
		'description' => 'twitter-description',
	];
	return $this->post_find_import( '_wds_twitter' );
}