mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-01-26 16:32:19 +01:00
Wordpress 4 defaults to using mysqli_* functions in preference to mysql_*. Since pg4wp only provides replacements for mysql_ functions, we need to ensure that the mysql_* functions are called. Do this by defining WP_USE_EXT_MYSQL to true. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>