Yoast\WP\SEO\Helpers

Import_Cursor_Helper::__constructpublicYoast 1.0

Class constructor.

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

Хуков нет.

Возвращает

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

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

$Import_Cursor_Helper = new Import_Cursor_Helper();
$Import_Cursor_Helper->__construct( $options );
$options(Options_Helper) (обязательный)
The options helper.

Код Import_Cursor_Helper::__construct() Yoast 25.3

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