get_magic_quotes_gpc()
Provide compat fallback for newer PHP version (7.4+) on older WordPress core versions.
No Hooks.
Returns
null. Nothing (null).
Usage
get_magic_quotes_gpc();
get_magic_quotes_gpc() get magic quotes gpc code WP-CLI 2.13.0-alpha
function get_magic_quotes_gpc() {
return false;
}