• Resolved vdxmarketing

    (@vdxmarketing)


    The folks at FuseWP plugin are asking if there is an Action hook that is triggered after a user is successfully imported. This is needed to make a CRM integration work properly. If there is, kindly inform us.

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author Javier Carazo

    (@carazo)

    The truth is that I don’t know it by heart. I have looked at the code and indeed I have one that I often use myself in the plugin:

    do_action( 'post_acui_import_single_user', $headers, $data, $user_id, $role, $positions, $form_data, $is_frontend, $is_cron, $password_changed, $created );

    By looking at the source code of the plugin you will see several examples of use.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.