Yoast\WP\SEO\AI\Content_Planner\Domain
Section_List::add
Adds a section to the list.
Метод класса: Section_List{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Section_List = new Section_List(); $Section_List->add( $section ): void;
- $section(Section) (обязательный)
- A section.
Код Section_List::add() Section List::add Yoast 27.7
public function add( Section $section ): void {
$this->sections[] = $section;
}