Yoast\WP\SEO\Actions\Importing

Abstract_Aioseo_Importing_Action::set_aioseo_helper()publicYoast 1.0

Sets the AIOSEO helper.

Метод класса: Abstract_Aioseo_Importing_Action{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Abstract_Aioseo_Importing_Action = new Abstract_Aioseo_Importing_Action();
$Abstract_Aioseo_Importing_Action->set_aioseo_helper( $aioseo_helper );
$aioseo_helper(Aioseo_Helper) (обязательный)
The AIOSEO helper.

Код Abstract_Aioseo_Importing_Action::set_aioseo_helper() Yoast 22.3

public function set_aioseo_helper( Aioseo_Helper $aioseo_helper ) {
	$this->aioseo_helper = $aioseo_helper;
}