PHP 8 Argument must be of type Countable.
Closed this issue · 1 comments
ThatStevensGuy commented
Add the following to Line 1335 syndicatedpost.class.php:
$frozen_values = is_countable($frozen_values) ? $frozen_values : [];
ThatStevensGuy commented
Made pull request.