Title: [Plugin: WP Geo] Dev version fatal error
Last modified: August 19, 2016

---

# [Plugin: WP Geo] Dev version fatal error

 *  [Joss Winn](https://wordpress.org/support/users/josswinn/)
 * (@josswinn)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-geo-dev-version-fatal-error/)
 * As suggested, I’m trying to use the dev version with WPMU 2.8.5 but I can’t activate
   the plugin on single blogs or site-wide. I get this error:
 * Can’t use method return value in write context in ../wp-content/plugins/wp-geo/
   wp-geo.php on line 199
 * [http://wordpress.org/extend/plugins/wp-geo/](http://wordpress.org/extend/plugins/wp-geo/)

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

 *  [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-geo-dev-version-fatal-error/#post-1271678)
 * Sorry, my mistake, a little bug – try downloading the dev version again.
 * – Ben
 *  [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-geo-dev-version-fatal-error/#post-1271729)
 * Joss, The new filter I’ve added means you can override the API key using the 
   following bit of PHP code:
 *     ```
       function my_wpgeo_google_api_key( $api_key ) {
           return 'MY_API_KEY';
       }
       add_filter( 'wpgeo_google_api_key', 'my_wpgeo_google_api_key' );
       ```
   
 * Add that to the functions.php in your theme… or you could add it to the bottom
   of the wp-geo.php file, but then you would have to re-add it everytime you upgrade
   the WP Geo plugin.

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

The topic ‘[Plugin: WP Geo] Dev version fatal error’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Ben Huson](https://wordpress.org/support/users/husobj/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-geo-dev-version-fatal-error/#post-1271729)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
