[ad_1]
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.gfunction 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 ?
