user_register hook
-
Hi there! i’m trying to hook with “user_register” to catch a RADIO-GROUP value to execute some PHP (basically adding a capability), but i can’t figure which $_POST attribute is getting, the RADIO-GROUP info is this:
Label: test_rg_label
Meta Key: test_rg_metakey
Options: str1 and str2I tried with isset($_POST[‘test_rg_label’]) and isset($_POST[‘test_rg_metakey’]) with no luck, no matter what code i insert after the if, so the form must have another key for the $_POST.
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘user_register hook’ is closed to new replies.