Please update plugin for future MySQL compatibility

[ad_1]

Plugin Author
Shamalli

(@mihail-chepovskiy)

Hello,

the plugin uses this condition to call X() and Y() functions ONLY for MySQL version below 5.6.1

if (function_exists(‘mysqli_get_server_info’) && $wpdb->dbh && version_compare(preg_replace(‘#[^0-9.]#’, ”, mysqli_get_server_info($wpdb->dbh)), ‘5.6.1’, ‘<‘)) {

MySQL version greater than 5.6.1 uses ST_Contains() function, which is fine for MySQL 8

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer