Thread Starter
rwc
(@rwc)
Solved it myself.
add_action (‘user_register’, ‘phpbb_insert_user’);
Thread Starter
rwc
(@rwc)
Furthermore, it doesn’t even appear that you can *replace* wp_insert_user using add_filter and remove_filter or add_action and remove_action, let alone add to it. Same goes for wp_update_user, wp_set_password, etc. … Anyone?