Yoast\WP\SEO\Actions\Importing\Aioseo
Aioseo_General_Settings_Importing_Action::__construct()
Aioseo_General_Settings_Importing_Action constructor.
Метод класса: Aioseo_General_Settings_Importing_Action{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Aioseo_General_Settings_Importing_Action = new Aioseo_General_Settings_Importing_Action(); $Aioseo_General_Settings_Importing_Action->__construct(;
Код Aioseo_General_Settings_Importing_Action::__construct() Aioseo General Settings Importing Action:: construct Yoast 24.4
public function __construct( Import_Cursor_Helper $import_cursor, Options_Helper $options, Sanitization_Helper $sanitization, Image_Helper $image, Aioseo_Replacevar_Service $replacevar_handler, Aioseo_Robots_Provider_Service $robots_provider, Aioseo_Robots_Transformer_Service $robots_transformer ) { parent::__construct( $import_cursor, $options, $sanitization, $replacevar_handler, $robots_provider, $robots_transformer ); $this->image = $image; }