You appear to be a bot. Output may be restricted
Description
Sets the AIOSEO helper.
Usage
Abstract_Aioseo_Importing_Action::set_aioseo_helper( $aioseo_helper );
Parameters
- $aioseo_helper
- ( Aioseo_Helper ) required – The AIOSEO helper.
Returns
void
Source
File name: wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php
Lines:
1 to 3 of 3
public function set_aioseo_helper( Aioseo_Helper $aioseo_helper ) { $this->aioseo_helper = $aioseo_helper; }