woocommerce_template_loop_category_title نمایش عنوان زیر دسته محصول در حلقه
تابع ووکامرسی woocommerce_template_loop_category_title – نمایش عنوان زیر دسته های محصول در حلقه
Syntax – سینتکس
woocommerce_template_loop_category_title( $category );
Parameters – پارامتر ها (1)
- 1- $category
Usage – نحوه استفاده
if ( !function_exists( 'woocommerce_template_loop_category_title' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce/includes/wc-template-functions.php'; } // The category. $category = null; // NOTICE! Understand what this does before running. $result = woocommerce_template_loop_category_title($category);
Defined – محل تعریف
/includes/wc-template-functions.php
function woocommerce_template_loop_category_title( $category ) { ?>name; if ( $category->count > 0 ) echo apply_filters( 'woocommerce_subcategory_count_html', ' (' . $category->count . ')', $category ); ?>
versions – نسخه ها
از نسخه : 3.0.2
نسخه فعلی : 3.0.6
دیگر نسخه ها : 3.0.6 , 3.0.5 , 3.0.4 , 3.0.3 , 3.0.2
ارسال نظر