woocommerce_compile_less_styles()WC 1.0

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

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_compile_less_styles();

Changelog

Deprecated since 2.3 has no replacement

woocommerce_compile_less_styles() code WC 8.7.0

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