"count(): Parameter must be an array or an object that implements Countable in /home/uselluz/domains/usell.uz/public_html/oc-content/plugins/attributes/functions.php on line 260"
Who can solve this problem?
If I delete @$a from this code: count(@$a['values']), could it bring some issues in future?
Because I deleted @$a from that code, and it seems that problem is gone. Is it alright that in code is absent @$a?