PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.
utf8_encode() is deprecated as of PHP 8.2 and will be removed in PHP 9. https://www.php.net/manual/en/function.utf8-encode.php
We should be able to use
mb_convert_encoding()
instead.