Hi,
I just installed this plugin in YOURLS 1.6 and the query string was not passed to the long URL. It works when I changed this line:
yourls_add_filter('redirect', 'qs_forward_redirect' );
To:
yourls_add_filter('redirect_location', 'qs_forward_redirect' );
From the list of actions & filters, it looks like there is no 'redirect' filter anymore?
Thanks!
Hi,
I just installed this plugin in YOURLS 1.6 and the query string was not passed to the long URL. It works when I changed this line:
yourls_add_filter('redirect', 'qs_forward_redirect' );
To:
yourls_add_filter('redirect_location', 'qs_forward_redirect' );
From the list of actions & filters, it looks like there is no 'redirect' filter anymore?
Thanks!