Yoast\WP\SEO\Actions

Integrations_Action::__construct()publicYoast 1.0

Integrations_Action constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Integrations_Action::__construct() Yoast 22.4

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