Yoast\WP\SEO\Introductions\Domain

Introductions_Bucket::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Introductions_Bucket::__construct() Yoast 24.4

public function __construct() {
	$this->introductions = [];
}