<?php
add_filter("ws_plugin__s2member_content_redirect_status", "my_custom_redirect_status");
function my_custom_redirect_status($status = 301)
{ return $status; /* Or whatever you prefer. */ }
?>
Statistics: Posted by Jason Caldwell — May 10th, 2011, 4:18 pm
Statistics: Posted by Cristián Lávaque — May 7th, 2011, 12:50 pm
Statistics: Posted by umasumeros — May 7th, 2011, 3:12 am
Statistics: Posted by Cristián Lávaque — May 7th, 2011, 12:18 am
Statistics: Posted by umasumeros — May 6th, 2011, 9:21 pm
Statistics: Posted by Cristián Lávaque — May 6th, 2011, 8:49 pm
Statistics: Posted by umasumeros — May 6th, 2011, 7:54 pm