woocommerce_printable_order_receipt_css

woocommerce_printable_order_receipt_css

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

apply_filters('woocommerce_printable_order_receipt_css') is found 1 times:

  • /src/Internal/ReceiptRendering/ReceiptRenderingEngine.php line 199
    		 * @return string The actual CSS styles that will be used.
    		 *
    		 * @since 9.0.0
    		 */
    		$data['css'] = apply_filters( 'woocommerce_printable_order_receipt_css', $css, $order );
    
    		$default_template_path = __DIR__ . '/Templates/order-receipt.php';
    
    		/**
    		 * Filter the order receipt template path.
    		 *