• Resolved lukefive

    (@lukefive)


    I’m trying to disable the Google maps link function where location is displayed. My client wants plain text only for all location information. A previous post on this topic featured functions.php code (below) that does not work for me.

    add_filter( 'job_manager_geolocation_enabled', 'smyles_disable_geolocation' );
    function smyles_disable_geolocation( $enabled ){
        return false;
    }
    

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How disable all location linking’ is closed to new replies.