wc_order_milestone_egg_map

wc_order_milestone_egg_map

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

apply_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