Woocommerce Gurus, 我有一个代码,将错误扔进我的woocommerce网站的前端。我有一个所有产品的短代码。它工作得很好,并显示所有产品,但是,在完成显示前端的所有产品后,它会显示此通知:
注意:
Undefined variable: columns in /home/mumsandk/public_html/wp-content/plugins/show-all-products-shortcode-for-woocommerce/show-all-products-shortcode-woocommerce.php on line 51
所以我冒险尝试第51行代码并说:
return '<div class="woocommerce columns-' . $columns . '">' .
ob_get_clean() . '</div>';
我错过了什么?什么是未定义的变量?那是什么,我该如何解决?