Yoast\WP\SEO\Actions\Importing\Aioseo

Aioseo_Cleanup_Action::__construct()publicYoast 1.0

Class constructor.

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

Хуков нет.

Возвращает

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

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

$Aioseo_Cleanup_Action = new Aioseo_Cleanup_Action();
$Aioseo_Cleanup_Action->__construct(;

Код Aioseo_Cleanup_Action::__construct() Yoast 22.4

public function __construct(
	wpdb $wpdb,
	Options_Helper $options
) {
	$this->wpdb    = $wpdb;
	$this->options = $options;
}