Support

Account

Home Forums Backend Issues (wp-admin) Google Map not displaying on WP backend Reply To: Google Map not displaying on WP backend

  • For me, the issue was that wordpress (or php) no longer has access to my environment variables. So I just replaced $_ENV[“GOOGLEKEY”] with my actual google key. But this really is a bad hack because it means I can’t make my plugin repo live without exposing my key. Not sure what changed, but I’ll post back if I figure out a way to do this.