تابع ووکامرسی wc_no_products_found نمایش پیغام هیچ محصولی یافت نشد
تابع ووکامرسی wc_no_products_found – نمایش پیغام هیچ محصولی یافت نشد
Syntax – سینتکس
wc_no_products_found();
Usage – نحوه استفاده
if ( !function_exists( 'wc_no_products_found' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce/includes/wc-template-functions.php'; } // NOTICE! Understand what this does before running. $result = wc_no_products_found();
Defined – محل تعریف
/includes/wc-template-functions.php
function wc_no_products_found() { wc_get_template( 'loop/no-products-found.php' ); }
versions – نسخه ها
از نسخه : 3.0.2
نسخه فعلی : 3.0.6
دیگر نسخه ها : 3.0.6 , 3.0.5 , 3.0.4 , 3.0.3 , 3.0.2
ارسال نظر