wc_get_core_supported_themes دریافت لیست پوسته های سازگار با ووکامرس

wc_get_core_supported_themes دریافت لیست پوسته های سازگار با ووکامرس

تابع ووکامرسی wc_get_core_supported_themes – دریافت لیست پوسته های سازگار با ووکامرس

Syntax – سینتکس

(string[]) wc_get_core_supported_themes(); 

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

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

Defined – محل تعریف

/includes/wc-core-functions.php

function wc_get_core_supported_themes() { 
    return array( 'twentyseventeen', 'twentysixteen', 'twentyfifteen', 'twentyfourteen', 'twentythirteen', 'twentyeleven', 'twentytwelve', 'twentyten' ); 
} 

versions – نسخه ها

از نسخه : 2.2

نسخه فعلی : 3.0.6

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

ارسال نظر

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

contact us