help me remove this additional parameter in url

The issue is caused by woocommerce. Woocommerce has a setting called Geolocate (with page caching support) which adds this parameter to every your url. The said option can be found in your dashboard at: Woocommerce → Settings → General → Default Customer Location Selecting any option apart from Geolocate (with page caching support) should resolve … Read more

How to generate external url in WordPress

@Sam is close, but I think you need to do this: $url=”http://www.example.com”; Without the protocol in front, you get the wrong result. Change to $url=”https://www.example.com”; if you need an SSL link.

Are image addresses security relevant?

You’ve asked a good question… well, a couple of questions. Considering the example at face value. Larger sites have an image url like this. Why? . <img src=”https://wordpress.stackexchange.com/questions/315533/imgrur.com/9keqqq”/> There are any number of reasons but let’s deal with the most obvious. “Imgur” is an example of a service that hosts “interesting” images and they encourage … Read more

URL Custom Rewrite

You can do something like $path = $_SERVER[‘REQUEST_URI’]; if (home_url($path) == ‘http://www.myweb.com/action/frame’ ) { header(‘Location: ‘ . ‘http://www.myweb.com/wp-content/plugins/myplugin/frame.php’); }

404 error on cyrillic url

add Check if parameters exist in your web.config globalization tag <globalization requestEncoding=”utf-8″ responseEncoding=”utf-8″ responseHeaderEncoding=”utf-8″ fileEncoding=”utf-8″ resourceProviderFactoryType=”” enableBestFitResponseEncoding=”true”/>