• You should modify function match_path() and paste this code:
    $url_request = urldecode( $url_request );
    before line:
    return preg_match( $regexps, $url_request );
    Otherwise preg_match not match the string for national characters, for example for polisch language “ńółąśćźż”.

    https://ww.wp.xz.cn/plugins/widget-context/

The topic ‘National characters problem’ is closed to new replies.