woocommerce_compile_less_styles()WC 1.0

Deprecated since 2.3 has no replacement. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

No Hooks.

Returns

null. Nothing (null).

Usage

woocommerce_compile_less_styles();

Changelog

Deprecated since 2.3 has no replacement

woocommerce_compile_less_styles() code WC 10.3.3

function woocommerce_compile_less_styles() {
	wc_deprecated_function( 'woocommerce_compile_less_styles', '2.3' );
}