تابع ووکامرسی woocommerce_content نمایش مطلب و توضیحات محصول
تابع ووکامرسی woocommerce_content – نمایش مطلب و توضیحات محصول
Syntax – سینتکس
woocommerce_content();
Usage – نحوه استفاده
if ( !function_exists( 'woocommerce_content' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce/includes/wc-template-functions.php'; } // NOTICE! Understand what this does before running. $result = woocommerce_content();
Defined – محل تعریف
/includes/wc-template-functions.php
function woocommerce_content() { if ( is_singular( 'product' ) ) { while ( have_posts() ) : the_post(); wc_get_template_part( 'content', 'single-product' ); endwhile; } else { ?> woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) : ?>versions – نسخه ها
از نسخه : 3.0.2
نسخه فعلی : 3.0.6
دیگر نسخه ها : 3.0.6 , 3.0.5 , 3.0.4 , 3.0.3 , 3.0.2
ارسال نظر