wc_order_milestone_egg_enabled

wc_order_milestone_egg_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

apply_filters('wc_order_milestone_egg_enabled') is found 1 times:

  • /src/Internal/Admin/OrderMilestoneEasterEgg.php line 119
    		 * @param bool $enabled Whether the feature is enabled. Default true.
    		 *
    		 * @since 10.9.0
    		 */
    		if ( ! apply_filters( 'wc_order_milestone_egg_enabled', true ) ) {
    			return;
    		}
    
    		if ( ! function_exists( 'wc_get_order' ) ) {
    			return;
    		}