woocommerce_weekend_area_js()WC 1.0

Deprecated from version 2.1. 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_weekend_area_js();

Changelog

Deprecated since 2.1

woocommerce_weekend_area_js() code WC 8.6.1

function woocommerce_weekend_area_js() {
	wc_deprecated_function( 'woocommerce_weekend_area_js', '2.1' );
}