PressForward / pressforward

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.
GNU Affero General Public License v3.0
120 stars 22 forks source link

Remove utf8_encode() calls #1171

Closed boonebgorges closed 1 year ago

boonebgorges commented 1 year ago

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.