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