تابع ووکامرسی wc_get_price_html_from_text کد html شروع قیمت از

تابع ووکامرسی wc_get_price_html_from_text کد html شروع قیمت از

تابع ووکامرسی wc_get_price_html_from_text – کد html شروع قیمت از ( کمترین به بعد )

Syntax – سینتکس

(string) wc_get_price_html_from_text(); 

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

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

Defined – محل تعریف

/includes/wc-template-functions.php

function wc_get_price_html_from_text() { 
    return apply_filters( 'woocommerce_get_price_html_from_text', '' . _x( 'From:', 'min_price', woocommerce ) . ' ' ); 
} 

versions – نسخه ها

از نسخه : 3.0.0

نسخه فعلی : 3.0.6

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

ارسال نظر

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

contact us