【发布时间】:2019-01-27 13:26:47
【问题描述】:
嘿朋友我需要一个解决方案来解决这个错误
警告:sizeof(): 参数必须是数组或对象,在 C:\xampp\htdocs\my-site\wp-content\themes\kingdom\woocommerce\content-single-product.php 中实现 Countable第 18 行
PHP 文件行:
$cat_count = sizeof( get_the_terms( $post->ID, 'product_cat' ) );
$tag_count = sizeof( get_the_terms( $post->ID, 'product_tag' ) );
【问题讨论】:
-
get_the_terms() 返回什么?
-
正是我的意思。但它显然没有返回数组或对象。
标签: php wordpress woocommerce