Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    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!

    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.