Title: Warning: wp_current_theme deprecated
Last modified: August 21, 2016

---

# Warning: wp_current_theme deprecated

 *  Resolved [H.O.W.D.Y. Media](https://wordpress.org/support/users/howdymedia/)
 * (@howdymedia)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/warning-wp_current_theme-deprecated/)
 * Simple fix is to replace this line in comprehensive-google-map-plugin.php (line
   105):
 *  $current_theme_name = get_current_theme();
 * with:
    $current_theme_name = wp_get_theme();
 * I’m unsure of the other issues, I’ve yet to try this plugin with 3.6, but this
   warning was coming up and it could be an issue for other parts of the site.
 * [http://wordpress.org/plugins/comprehensive-google-map-plugin/](http://wordpress.org/plugins/comprehensive-google-map-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [H.O.W.D.Y. Media](https://wordpress.org/support/users/howdymedia/)
 * (@howdymedia)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/warning-wp_current_theme-deprecated/#post-4038074)
 * Hmm,
 * There are countless notifications about array keys not being set. I tried adding
   conditions to check if the array keys are not existing to use an empty string.
 * The plugin appeared to work for a minute, but then it came up with the gray box
   others spoke of.
 * Definitely this plugin needs some work for it to work with WP 3.6.
 *  Plugin Contributor [alexanderzagniotov](https://wordpress.org/support/users/alexanderzagniotov/)
 * (@alexanderzagniotov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/warning-wp_current_theme-deprecated/#post-4038342)
 * It has been resolved in version 8.x.x. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Warning: wp_current_theme deprecated’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/comprehensive-google-map-plugin_e2e4ef.
   svg)
 * [Comprehensive Google Map Plugin](https://wordpress.org/plugins/comprehensive-google-map-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comprehensive-google-map-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comprehensive-google-map-plugin/reviews/)

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)
 * [get_current_theme](https://wordpress.org/support/topic-tag/get_current_theme/)
 * [wp_get_theme](https://wordpress.org/support/topic-tag/wp_get_theme/)

 * 2 replies
 * 2 participants
 * Last reply from: [alexanderzagniotov](https://wordpress.org/support/users/alexanderzagniotov/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/warning-wp_current_theme-deprecated/#post-4038342)
 * Status: resolved