Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Forum: Plugins
    In reply to: Modifying core function
    Thread Starter rwc

    (@rwc)

    Solved it myself.

    add_action (‘user_register’, ‘phpbb_insert_user’);

    Forum: Plugins
    In reply to: Modifying core function
    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?

Viewing 2 replies - 16 through 17 (of 17 total)