تابع ووکامرسی is_shop آیا کاربر در صفحه فروشگاه (shop) است ؟

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