Yoast\WP\SEO\Integrations\Admin
Cron_Integration::__construct() public Yoast 1.0
Cron_Integration constructor
{} Это метод класса: Cron_Integration{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Cron_Integration = new Cron_Integration(); $Cron_Integration->__construct(;
- $date_helper(Date_Helper) (обязательный)
- The date helper.
Код Cron_Integration::__construct() Cron Integration:: construct Yoast 15.6.2
public function __construct(
Date_Helper $date_helper
) {
$this->date_helper = $date_helper;
}