wc_order_milestone_egg_map
wc_order_milestone_egg_map
Appears in: woocommerce.10.9.3, woocommerce.10.9.4
Hook Type: filter
Displaying hooks found in version: woocommerce.10.9.4apply_filters('wc_order_milestone_egg_map') is found 1 times:
- /src/Internal/Admin/OrderMilestoneEasterEgg.php line 271
* @param array<int, array<string, string>> $milestone_map Map of order ID to milestone data. * * @since 10.9.0 */ return apply_filters( 'wc_order_milestone_egg_map', $milestone_map ); } /** * Returns cached milestone order IDs, or null when the cache is missing. * * @return array<string, int>|null