woocommerce_compile_less_styles()
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() woocommerce compile less styles code WC 9.6.1
function woocommerce_compile_less_styles() { wc_deprecated_function( 'woocommerce_compile_less_styles', '2.3' ); }