profile-command icon indicating copy to clipboard operation
profile-command copied to clipboard

A Trailing Slash Gets Added To URL Causing A Redirect

Open lots0logs opened this issue 6 years ago • 1 comments

The change made here causes a redirect on my site which results in the profile command failing. Is there a way to support both cases?

lots0logs avatar Feb 05 '19 01:02 lots0logs

My workaround was to add the following to my theme's functions.php file.

remove_filter('template_redirect','redirect_canonical');

ifnull avatar Oct 27 '21 19:10 ifnull