Statistics: Posted by 21inspired — September 10th, 2011, 9:09 am
<?php
add_action ("ws_plugin__s2member_during_configure_user_registration", "my_function");
function my_function ($vars = array ())
{
$cv1 = $vars["cv"][1];
print_r($vars); // for a full list during tests.
}
?>
Statistics: Posted by Jason Caldwell — September 9th, 2011, 7:01 pm
Statistics: Posted by 21inspired — September 7th, 2011, 4:19 am