woocommerce_queue_class

woocommerce_queue_class

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_queue_class') is found 1 times:

  • /includes/queue/class-wc-queue.php line 63
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
        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.