Yoast\WP\SEO\Actions\Importing
Abstract_Aioseo_Importing_Action::set_aioseo_helper
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() Abstract Aioseo Importing Action::set aioseo helper Yoast 27.8
public function set_aioseo_helper( Aioseo_Helper $aioseo_helper ) {
$this->aioseo_helper = $aioseo_helper;
}