add_action('user_register', 'my_new_member');. function my_new_member($user_id) {. global $wpdb;. //Example of how to get the fields submitted via the form.
確定! 回上一頁