We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In PHP 7.4 get_magic_quotes_gpc() has been deprecated.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /wp-content/plugins/feedwordpress/externals/myphp/myphp.class.php on line 36
https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
My fix was to just comment out that if statement on line 36.
The text was updated successfully, but these errors were encountered:
MyPHP / Magic quotes were DEPRECATED as of PHP 5.3.0, and REMOVED as …
740d86b
…of PHP 5.4.0 (thank goodness!). Resolves Issue #119, props @ThatStevensGuy.
This should be fixed by the most recent release, 2020.0818. Thanks for the report!
Sorry, something went wrong.
No branches or pull requests
In PHP 7.4 get_magic_quotes_gpc() has been deprecated.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /wp-content/plugins/feedwordpress/externals/myphp/myphp.class.php on line 36
https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
My fix was to just comment out that if statement on line 36.
The text was updated successfully, but these errors were encountered: