• If you have some weird issues using JetPack you have to fix the line:

    $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_REFERER'];

Viewing 1 replies (of 1 total)
  • Thread Starter sirlantis

    (@sirlantis)

    if ( isset( $_SERVER['HTTP_REFERER'] ) ) {
      $_SERVER['REQUEST_URI'] = parse_url($_SERVER['HTTP_REFERER'], PHP_URL_PATH);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Nice Plugin but really bad bug in it’ is closed to new replies.