Title: Remove geolocation
Last modified: August 31, 2016

---

# Remove geolocation

 *  Resolved [Izzy3](https://wordpress.org/support/users/izzy3/)
 * (@izzy3)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-geolocation/)
 * How could I remove geolocation from custom fields and disconnect it from ‘Location’
   field?
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

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

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-geolocation/#post-6951280)
 * You can disable geolocation via `add_filter( 'job_manager_geolocation_enabled','
   __return_false' );`.
 * It won’t clear already geocoded job entries (that would require a bit of querying
   to remove that post meta) but would prevent it from firing from now on.
 * Cheers!
 *  [harrisondeiongh](https://wordpress.org/support/users/harrisondeiongh/)
 * (@harrisondeiongh)
 * [10 years ago](https://wordpress.org/support/topic/remove-geolocation/#post-6951417)
 * Hi Brandon, could you tell me where to place this code to switch off the geolocation?
   Is it in the functions.php for the theme or somewhere in WPJM plugin code?

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

The topic ‘Remove geolocation’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

## Tags

 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 2 replies
 * 3 participants
 * Last reply from: [harrisondeiongh](https://wordpress.org/support/users/harrisondeiongh/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/remove-geolocation/#post-6951417)
 * Status: resolved