-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels