Yoast\WP\SEO\Promotions\Application

Promotion_Manager_Interface::get_promotions_list()publicYoast 1.0

Get the list of promotions.

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

Хуков нет.

Возвращает

Массив. The list of promotions.

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

$Promotion_Manager_Interface = new Promotion_Manager_Interface();
$Promotion_Manager_Interface->get_promotions_list(): array;

Код Promotion_Manager_Interface::get_promotions_list() Yoast 23.4

public function get_promotions_list(): array;