PHP 7.4 Compatibility issue get_magic_quotes_gpc()
-
Since get_magic_quotes_gpc() has been useless ever since PHP 5.4.0, why are you still using it? Can be safely removed.
FILE: public_html/wp-content/plugins/admin-menu-editor/includes/menu-editor-core.php ------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------- 3683 | WARNING | Function get_magic_quotes_gpc() is deprecated since PHP 7.4 ------------------------------------------------------------------------------------------------------------------------- FILE: public_html/wp-content/plugins/admin-menu-editor/ajax-wrapper/AjaxWrapper.php ------------------------------------------------------------------------------------------------------------------------ FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------ 454 | WARNING | Function get_magic_quotes_gpc() is deprecated since PHP 7.4 ------------------------------------------------------------------------------------------------------------------------
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP 7.4 Compatibility issue get_magic_quotes_gpc()’ is closed to new replies.