Yoast\WP\SEO\Alerts\Infrastructure\Default_SEO_Data
Default_SEO_Data_Collector::__construct
The constructor.
Метод класса: Default_SEO_Data_Collector{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Default_SEO_Data_Collector = new Default_SEO_Data_Collector(); $Default_SEO_Data_Collector->__construct( $options_helper );
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Default_SEO_Data_Collector::__construct() Default SEO Data Collector:: construct Yoast 28.3
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}