Yoast\WP\SEO\Introductions\Domain
Introductions_Bucket::add_introduction
Adds an introduction to this bucket.
Метод класса: Introductions_Bucket{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Introductions_Bucket = new Introductions_Bucket(); $Introductions_Bucket->add_introduction( $introduction );
- $introduction(Introduction_Item) (обязательный)
- The introduction.
Код Introductions_Bucket::add_introduction() Introductions Bucket::add introduction Yoast 27.3
public function add_introduction( Introduction_Item $introduction ) {
$this->introductions[] = $introduction;
}