woocommerce_queue_class

woocommerce_queue_class

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_queue_class') is found 1 times:

  • /includes/queue/class-wc-queue.php line 63
    		if ( ! did_action( 'plugins_loaded' ) ) {
    			wc_doing_it_wrong( __FUNCTION__, __( 'This function should not be called before plugins_loaded.', 'woocommerce' ), '3.5.0' );
    		}
    
    		return apply_filters( 'woocommerce_queue_class', self::$default_cass );
    	}
    
    	/**
    	 * Enforce a WC_Queue_Interface
    	 *
    	 * @param WC_Queue_Interface $instance Instance class.