It does, but for some reason it only works when I view my options.
Its because I put it in the hook plugin "profile_editoptions"
I triedabout moving it to "profile_updateoptions", however the problem with that is, that I don't think it even reads the $_POST result for that set because it doesn't remove the value.
I want it to remove the value of $_POST['field_5'] with the above statement. When the user hits submit, it removes it fine if you want to view it, but I want to do it when they hit that submit button.
Thanks for the help =)
|