Yoast\WP\SEO\Actions
Integrations_Action::__construct
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() Integrations Action:: construct Yoast 27.6
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}