add_filter( 'wcml_load_multi_currency_in_ajax', 'the_callback_function', 10, 1 );
- ประเภท
- filter
- หมวดหมู่
- ฟีเจอร์หลายสกุลเงิน
- เวอร์ชันของ WooCommerce Multilingual
- 3.9.2
คำอธิบาย
นี่คือฟิลเตอร์ที่ใช้กำหนดว่าจะโหลดฟิลเตอร์หลายสกุลเงินสำหรับการดำเนินการ AJAX หรือไม่
อาร์กิวเมนต์
มีพารามิเตอร์เพียงตัวเดียวที่ส่งไปยังฟิลเตอร์นี้: load- $load
- (bool) ค่าบูลีนเพื่อกำหนดว่าจะโหลดการดำเนินการ AJAX หรือไม่
ตัวอย่างการใช้งาน
ตัวอย่าง
/**
* Add this code to the functions.php file of your theme.
*/
add_filter( 'wcml_load_multi_currency_in_ajax', 'do_not_load_multi_currency_in_ajax', 10, 1 );
function do_not_load_multi_currency_in_ajax( $load ) {
if ( is_checkout() ) {
$load = false; // If this is the checkout page, do not load multi-currency filters in AJAX actions
}
return $load;
}
ฮุกที่เกี่ยวข้อง
wcml_custom_prices_fields_labels, wcml_is_cache_enabled_for_switching_currency, wcml_geolocation_get_user_country, wcml_user_store_strategy, wcml_rounded_price, wcml_currencies_without_cents, wcml_product_custom_prices, wcml_custom_prices_strings, wcml_switch_currency, wcml_custom_prices_fields