Yoast\WP\SEO\Actions\Importing\Aioseo

Aioseo_Cleanup_Action::__constructpublicYoast 1.0

Class constructor.

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

Хуков нет.

Возвращает

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

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

$Aioseo_Cleanup_Action = new Aioseo_Cleanup_Action();
$Aioseo_Cleanup_Action->__construct( $wpdb, $options );
$wpdb(wpdb) (обязательный)
The WordPress database instance.
$options(Options_Helper) (обязательный)
The options helper.

Код Aioseo_Cleanup_Action::__construct() Yoast 28.4

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