Yoast_Notifications::__construct()publicYoast 1.0

Yoast_Notifications constructor.

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

Хуков нет.

Возвращает

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

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

$Yoast_Notifications = new Yoast_Notifications();
$Yoast_Notifications->__construct();

Код Yoast_Notifications::__construct() Yoast 22.4

public function __construct() {

	$this->add_hooks();
}