Redirect hook
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect hook’ is closed to new replies.