Yoast\WP\SEO\Promotions\Application
Promotion_Manager_Interface::get_promotions_list()
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() Promotion Manager Interface::get promotions list Yoast 23.4
public function get_promotions_list(): array;