// Polyfill for removed get_magic_quotes_gpc() (PHP 8+) if (!function_exists('get_magic_quotes_gpc')) { function get_magic_quotes_gpc(): bool { return false; } }