تابع ووکامرسی woocommerce_show_product_sale_flash نمایش نشان حراج قیمت کالا

تابع ووکامرسی woocommerce_show_product_sale_flash نمایش نشان حراج قیمت کالا

تابع ووکامرسی woocommerce_show_product_sale_flash – نمایش نشان حراج قیمت کالا

Syntax – سینتکس

woocommerce_show_product_sale_flash(); 

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

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

Defined – محل تعریف

/includes/wc-template-functions.php

function woocommerce_show_product_sale_flash() { 
    wc_get_template( 'single-product/sale-flash.php' ); 
} 

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