wcml_user_store_strategy
- ประเภท
- filter
- หมวดหมู่
- ฟีเจอร์หลายสกุลเงิน
- เวอร์ชันของ WooCommerce Multilingual
- 4.11.0
คำอธิบาย
อนุญาตให้เขียนทับวิธีการจัดเก็บข้อมูล การจัดเก็บข้อมูลเริ่มต้นคือ wc-session และทางเลือกเดียวในปัจจุบันคือ cookie
อาร์กิวเมนต์
- ‘wc-session’
- (สตริงข้อความ) กลยุทธ์การจัดเก็บข้อมูล
- $key
- (สตริงข้อความ) คีย์ที่ใช้จัดการการจัดเก็บข้อมูล
ตัวอย่างการใช้งาน
// Use Cookie instead of WCSession
add_filter( 'wcml_user_store_strategy', function ( $strategy, $key ) {
return 'cookie';
}, 10, 2 );
ฮุกที่เกี่ยวข้อง
wcml_custom_prices_fields_labels, wcml_is_cache_enabled_for_switching_currency, wcml_geolocation_get_user_country, wcml_rounded_price, wcml_currencies_without_cents, wcml_product_custom_prices, wcml_custom_prices_strings, wcml_switch_currency, wcml_custom_prices_fields, wcml_multi_currency_ajax_actions