Woocommerce Code在首页发送错误

时间:2017-08-23 14:38:49

标签: php

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>';

我错过了什么?什么是未定义的变量?那是什么,我该如何解决?

0 个答案:

没有答案