Suggestions for function.php
-
Ajax Search is an excellent search plugin for WordPress.
Here’s a small suggestion, especially for users of PHP 8.2 and above: Line 575 of functions.php in ajax-search-lite uses the
mb_convert_encodingfunction. Since this function is deprecated in PHP 8.2 and above and will trigger a PHP warning, it’s recommended to replacemb_convert_encodingwith thehtmlentitiesfunction.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.