You are not using the registration_errors hook properly. It should look like this: add_filter( 'registration_errors', 'reg_user_register', 10, 3); function ...
確定! 回上一頁