Yoast\WP\SEO\Task_List\Domain\Tasks

Parent_Task_Interface::generate_child_taskspublicYoast 1.0

Generates the child tasks dynamically.

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

Хуков нет.

Возвращает

Child_Task_Interface[]. The generated child tasks.

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

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

Код Parent_Task_Interface::generate_child_tasks() Yoast 27.7

public function generate_child_tasks(): array;