wc_order_milestone_egg_map хук-фильтрWC 10.9.0

Filters the map of milestone order IDs to their milestone data.

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

add_filter( 'wc_order_milestone_egg_map', 'wp_kama_wc_order_milestone_egg_map_filter' );

/**
 * Function for `wc_order_milestone_egg_map` filter-hook.
 * 
 * @param array> $milestone_map Map of order ID to milestone data.
 *
 * @return array
$milestone_map(array<int,)
array<string, string>> $milestone_map Map of order ID to milestone data.

Список изменений

С версии 10.9.0 Введена.

Где вызывается хук

wc_order_milestone_egg_map
woocommerce/src/Internal/Admin/OrderMilestoneEasterEgg.php 271
return apply_filters( 'wc_order_milestone_egg_map', $milestone_map );

Где используется хук в WooCommerce

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