Fix for PHP 7
-
Hello,
plugin works with PHP 7 with 2 modifications in feed.php
Fix1: https://ww.wp.xz.cn/support/topic/php-7-support-29/
Fix2:
//if (!count($wp_ozh_betterfeed))
if (!is_countable($wp_ozh_betterfeed))Et voilà 🙂
The topic ‘Fix for PHP 7’ is closed to new replies.