graphpaperpress/Sell-Media

helper.php not PHP 7.2 compatible

Closed this issue · 1 comments

When using PHP 7.2.7, the helper.php script throws following error on an item page:
Warning: count(): Parameter must be an array or an object that implements Countable in /[...]/wp-content/plugins/sell-media/inc/helpers.php on line 362

Downgrading to 7.0 solves the problem.

Fixed in dev branch: 591e0f1