Yoast\WP\SEO\Task_List\Domain\Tasks

Parent_Task_Interface::populate_child_taskspublicYoast 1.0

Populates the child tasks.

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

Хуков нет.

Возвращает

Child_Task_Interface[]. The populated child tasks.

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

$Parent_Task_Interface = new Parent_Task_Interface();
$Parent_Task_Interface->populate_child_tasks(): array;

Код Parent_Task_Interface::populate_child_tasks() Yoast 27.7

public function populate_child_tasks(): array;