تابع ووکامرسی wc_update_220_shipping بروزرسانی حمل و نقل ووکامرس به نسخه 2.2.0

تابع ووکامرسی wc_update_220_shipping بروزرسانی حمل و نقل ووکامرس به نسخه 2.2.0

تابع ووکامرسی wc_update_220_shipping – بروزرسانی حمل و نقل ووکامرس به نسخه 2.2.0

Syntax – سینتکس

wc_update_220_shipping(); 

Usage – نحوه استفاده

if ( !function_exists( 'wc_update_220_shipping' ) ) { 
    require_once ABSPATH . PLUGINDIR . 'woocommerce/includes/wc-update-functions.php'; 
} 
 
  
// NOTICE! Understand what this does before running. 
$result = wc_update_220_shipping(); 
    

Defined – محل تعریف

/includes/wc-update-functions.php

function wc_update_220_shipping() { 
    $woocommerce_ship_to_destination = 'shipping'; 
 
    if ( get_option( 'woocommerce_ship_to_billing_address_only' ) === 'yes' ) { 
        $woocommerce_ship_to_destination = 'billing_only'; 
    } elseif ( get_option( 'woocommerce_ship_to_billing' ) === 'yes' ) { 
        $woocommerce_ship_to_destination = 'billing'; 
    } 
 
    add_option( 'woocommerce_ship_to_destination', $woocommerce_ship_to_destination, '', 'no' ); 
} 

versions – نسخه ها

از نسخه : 3.0.2

نسخه فعلی : 3.0.6

دیگر نسخه ها : 3.0.6 , 3.0.5 , 3.0.4 , 3.0.3 , 3.0.2

ارسال نظر

جهت استفاده از کد حتما از تگ pre استفاده نمایید .

contact us