Yoast\WP\SEO\Helpers

Wincher_Helper::__construct()publicYoast 1.0

Options_Helper constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Wincher_Helper::__construct() Yoast 22.3

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