Yoast\WP\SEO\Helpers

Import_Cursor_Helper::__construct()publicYoast 1.0

Class constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Import_Cursor_Helper::__construct() Yoast 22.4

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