You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
Hi, $args are extracted, so you should be able to access the variable directly.
So as a workaround, instead of $args['list_class'], please use $list_class. I will work on a fix that will solve it.
I am working on a woo-commerce theme following the instructions that are given in Readme.md regarding porting
PHP
templates toblade
templates.I am facing an issue in
cart/mini-cart.blade.php
In the original template in this line, there is a variable named
$args
that is reporting anUndefined variable: $args
in myblade
template.How do I get values for this
$args
variable?The text was updated successfully, but these errors were encountered: