<?php
add_filter ("ws_plugin__s2member_redirection_url_after_signup", "my_s2_redirection_url_after_signup");
function my_s2_redirection_url_after_signup ($what_s2member_says, $vars = array ())
{
return "http://example.com/thank-you/";
}
add_filter ("ws_plugin__s2member_redirection_url_after_modification", "my_s2_redirection_url_after_modification");
function my_s2_redirection_url_after_modification ($what_s2member_says, $vars = array ())
{
return "http://example.com/thank-you/";
}
?>
Statistics: Posted by Jason Caldwell — November 20th, 2011, 11:27 pm
Statistics: Posted by Kojak — November 17th, 2011, 8:45 pm
Statistics: Posted by Kojak — November 16th, 2011, 9:06 pm
Statistics: Posted by Kojak — November 16th, 2011, 2:41 pm
Statistics: Posted by Cristián Lávaque — November 16th, 2011, 2:18 pm
Statistics: Posted by Kojak — November 15th, 2011, 7:17 pm
Statistics: Posted by Cristián Lávaque — November 15th, 2011, 6:23 pm
Statistics: Posted by Kojak — November 15th, 2011, 3:36 pm
Statistics: Posted by Cristián Lávaque — November 15th, 2011, 2:46 pm
Statistics: Posted by Kojak — November 15th, 2011, 2:26 pm
Statistics: Posted by Cristián Lávaque — November 15th, 2011, 2:14 pm
Statistics: Posted by Kojak — November 15th, 2011, 9:51 am
Statistics: Posted by Cristián Lávaque — November 15th, 2011, 12:26 am
Statistics: Posted by Kojak — November 12th, 2011, 10:04 pm