radgeek/feedwordpress

PHP 8 Argument must be of type Countable.

Closed this issue · 1 comments

Add the following to Line 1335 syndicatedpost.class.php:

$frozen_values = is_countable($frozen_values) ? $frozen_values : [];

Made pull request.