从2.5版开始不推荐使用WC_Cart :: get_cart_url

时间:2019-03-22 13:37:45

标签: php wordpress woocommerce cart

我的调试日志中出现错误-

[22-Mar-2019 12:25:33 UTC] PHP Notice:  WC_Cart::get_cart_url is <strong>deprecated</strong> since version 2.5! Use wc_get_cart_url instead. in /home/176860.cloudwaysapps.com/tzshvjkjbz/public_html/wp-includes/functions.php on line 4329

什么可能导致此错误?以上指定的代码行在注释中,内容为:

 * A return value of `1` means the file path contains directory traversal.

因此,我不知道从该错误消息中可以找到什么地方。我还在整个目录中搜索了WC_Cart::get_cart_url,并且没有在任何地方使用它。

0 个答案:

没有答案