dphiffer / wp-json-api

WordPress JSON API
http://wordpress.org/extend/plugins/json-api/
258 stars 181 forks source link

Plugin fix (PHP 8) #46

Open JamesLimeGreen opened 2 years ago

JamesLimeGreen commented 2 years ago

Models classes function called. Fix for PHP 8

chrslcy commented 1 year ago

Very much appreciate this fix for PHP 8. Worked a treat. Thank you!

chrslcy commented 1 year ago

I spoke too soon. There is an issue with json-api/singletons/query.php using the function get_magic_quotes_gpc() which has been removed in PHP 8. This causes an error when querying single posts or pages.