Title: Redirect hook
Last modified: July 21, 2023

---

# Redirect hook

 *  Resolved [Matys1001](https://wordpress.org/support/users/matys1001/)
 * (@matys1001)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/redirect-hook-2/)
 * Hi, i know you are in part of Pretty links and ThirstyAffiliate plugins. In the
   TA plugin we have a hook
   `$redirect_url = apply_filters( 'ta_filter_redirect_url',
   $redirect_url , $thirstylink , '' );`
 * which we can use to modify the redirections. E.g
   `function ta_extended_filter_redirect_url(
   $redirect_url, $thirstylink, $query_string = '') { $redirect_url = preg_replace('/&\!/','',
   $redirect_url); return $redirect_url; }`
 * Is there anything similar in Pretty Links plugin ?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Tyler](https://wordpress.org/support/users/tylerthedude/)
 * (@tylerthedude)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/redirect-hook-2/#post-16913185)
 * Hi [@matys1001](https://wordpress.org/support/users/matys1001/),
 * It looks like this may be a duplicate of this thread ([https://wordpress.org/support/topic/extended-redirection-url/](https://wordpress.org/support/topic/extended-redirection-url/)),
   so I’ll go ahead and close this thread out to avoid confusion.
 * Kind regards,
 *  Thread Starter [Matys1001](https://wordpress.org/support/users/matys1001/)
 * (@matys1001)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/redirect-hook-2/#post-16919435)
 * Thanks, that’s it !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Redirect hook’ is closed to new replies.

 * ![](https://ps.w.org/pretty-link/assets/icon-256x256.png?rev=2503434)
 * [PrettyLinks - Affiliate Links, Link Branding, Link Tracking, Marketing and Stripe Payments Plugin](https://wordpress.org/plugins/pretty-link/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pretty-link/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pretty-link/)
 * [Active Topics](https://wordpress.org/support/plugin/pretty-link/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pretty-link/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pretty-link/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Matys1001](https://wordpress.org/support/users/matys1001/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/redirect-hook-2/#post-16919435)
 * Status: resolved