Skip to content

Instantly share code, notes, and snippets.

@timersys
Created January 20, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timersys/92759cd5336d855bcb390d347e34f6a4 to your computer and use it in GitHub Desktop.
Save timersys/92759cd5336d855bcb390d347e34f6a4 to your computer and use it in GitHub Desktop.
Disable GeotargetingWP Sessions
<?php
/**
* Plugin Name: Disable GeotargetingWP Sessions
* Plugin Author: Damian Logghe
*/
// disable geotwp sessions
add_filter( 'geot/sessions/start_session', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment