is_store_notice_showing آیا در هر بخش از فروشگاه هشدار ( اعلان ) نمایش داده شده ؟

is_store_notice_showing آیا در هر بخش از فروشگاه هشدار ( اعلان ) نمایش داده شده ؟

تابع ووکامرسی is_store_notice_showing – آیا در هر بخش از فروشگاه هشدار ( اعلان ) نمایش داده شده ؟

Syntax – سینتکس

is_store_notice_showing(); 

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

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

Defined – محل تعریف

/includes/wc-conditional-functions.php

function is_store_notice_showing() { 
    return 'no' !== get_option( 'woocommerce_demo_store' ); 
} 

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