تابع ووکامرسی wc_site_is_https آیا آدرس صفحه اصلی https است ؟
تابع ووکامرسی wc_site_is_https – آیا آدرس صفحه اصلی https است ؟
Syntax – سینتکس
wc_site_is_https();
Usage – نحوه استفاده
if ( !function_exists( 'wc_site_is_https' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce/includes/wc-conditional-functions.php'; } // NOTICE! Understand what this does before running. $result = wc_site_is_https();
Defined – محل تعریف
/includes/wc-conditional-functions.php
function wc_site_is_https() { return false !== strstr( get_option( 'home' ), 'https:' ); }
versions – نسخه ها
از نسخه : 2.4.13
نسخه فعلی : 3.0.6
دیگر نسخه ها : 3.0.6 , 3.0.5 , 3.0.4 , 3.0.3 , 3.0.2
ارسال نظر